#364012

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

Shades of Turtle Green #364012

Tints of Turtle Green #364012

Color information

#364012 (or 0x364012) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 12. RGB value is (54,64,18). Sum of RGB (Red+Green+Blue) = 54+64+18=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #364012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364012 is #C9BFED. Grayscale: #373737. Windows color (decimal): -13221870 or 1196086. OLE color: 1196086.

HSL color Cylindrical-coordinate representation of color #364012: hue angle of 73.04º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364012 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB546418-
CMYK0.1600.720.75
HSL73.04º56.1%16.08%-
HSV(B)73.04º71.88%25.1%-
XYZ3.464.491.26-
YUV55.77106.69126.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=39.71%
G=47.06%
B=13.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464180.1600.720.7573.0456.116.08
Hex364012100484B493810
Octal66100222001101131117020
Binary11011010000001001010000010010001001011100100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364012; }

 p { color: rgb(54,64,18); }

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

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

 a { background-color: rgb(54,64,18); }

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

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

 span { border-color: rgb(54,64,18); }

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