#364C12

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

Shades of Turtle Green #364C12

Tints of Turtle Green #364C12

Color information

#364C12 (or 0x364C12) is unknown color: approx Turtle Green. HEX triplet: 36, 4C and 12. RGB value is (54,76,18). Sum of RGB (Red+Green+Blue) = 54+76+18=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #364C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C12 is #C9B3ED. Grayscale: #3F3F3F. Windows color (decimal): -13218798 or 1199158. OLE color: 1199158.

HSL color Cylindrical-coordinate representation of color #364C12: hue angle of 82.76º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364C12 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB547618-
CMYK0.2900.760.70
HSL82.76º61.7%18.43%-
HSV(B)82.76º76.32%29.8%-
XYZ4.2161.51-
YUV62.81102.71121.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=36.49%
G=51.35%
B=12.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5476180.2900.760.7082.7661.718.43
Hex364C121D04C46533e12
Octal66114223501141061237622
Binary11011010011001001011101010011001000110101001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C12; }

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

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

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

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

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

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

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

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