#36500C

Color #36500C Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #36500C

Tints of Turtle Green #36500C

Color information

#36500C (or 0x36500C) is unknown color: approx Turtle Green. HEX triplet: 36, 50 and 0C. RGB value is (54,80,12). Sum of RGB (Red+Green+Blue) = 54+80+12=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #36500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36500C is #C9AFF3. Grayscale: #404040. Windows color (decimal): -13217780 or 806966. OLE color: 806966.

HSL color Cylindrical-coordinate representation of color #36500C: hue angle of 82.94º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36500C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB548012-
CMYK0.3300.850.69
HSL82.94º73.91%18.04%-
HSV(B)82.94º85%31.37%-
XYZ4.466.551.38-
YUV64.4798.39120.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=36.99%
G=54.79%
B=8.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480120.3300.850.6982.9473.9118.04
Hex3650C2105545534a12
Octal661201441012510512311222
Binary110110101000011001000010101010110001011010011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36500C; }

 p { color: rgb(54,80,12); }

 H1.HeaderClassName
 {
   color: #36500C;
 }
 .AnyTagClassName
 {
   color: #36500C;
 }
</style>
background-color css

<style>
 a { background-color: #36500C; }

 a { background-color: rgb(54,80,12); }

 div.DivClassName
 {
   background-color: #36500C;
 }
 .BgClassName
 {
   background-color: #36500C;
 }
</style>
border-color css

<style>
 span { border-color: #36500C; }

 span { border-color: rgb(54,80,12); }

 td.TdClassName
 {
   border-color: #36500C;
 }
 .TagClassName
 {
   border-color: #36500C;
 }
</style>