#364712

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

Shades of Turtle Green #364712

Tints of Turtle Green #364712

Color information

#364712 (or 0x364712) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 12. RGB value is (54,71,18). Sum of RGB (Red+Green+Blue) = 54+71+18=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #364712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364712 is #C9B8ED. Grayscale: #3C3C3C. Windows color (decimal): -13220078 or 1197878. OLE color: 1197878.

HSL color Cylindrical-coordinate representation of color #364712: hue angle of 79.25º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364712 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB547118-
CMYK0.2400.750.72
HSL79.25º59.55%17.45%-
HSV(B)79.25º74.65%27.84%-
XYZ3.885.331.4-
YUV59.88104.37123.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=37.76%
G=49.65%
B=12.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471180.2400.750.7279.2559.5517.45
Hex3647121804B484f3c11
Octal66107223001131101177421
Binary11011010001111001011000010010111001000100111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364712; }

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

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

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

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

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

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

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

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