#36450C

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

Shades of Turtle Green #36450C

Tints of Turtle Green #36450C

Color information

#36450C (or 0x36450C) is unknown color: approx Turtle Green. HEX triplet: 36, 45 and 0C. RGB value is (54,69,12). Sum of RGB (Red+Green+Blue) = 54+69+12=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #36450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36450C is #C9BAF3. Grayscale: #3A3A3A. Windows color (decimal): -13220596 or 804150. OLE color: 804150.

HSL color Cylindrical-coordinate representation of color #36450C: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36450C is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB546912-
CMYK0.2200.830.73
HSL75.79º70.37%15.88%-
HSV(B)75.79º82.61%27.06%-
XYZ3.725.071.13-
YUV58.02102.03125.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=40%
G=51.11%
B=8.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5469120.2200.830.7375.7970.3715.88
Hex3645C16053494c4610
Octal661051426012311111410620
Binary11011010001011100101100101001110010011001100100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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