#364205

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

Shades of Turtle Green #364205

Tints of Turtle Green #364205

Color information

#364205 (or 0x364205) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 05. RGB value is (54,66,5). Sum of RGB (Red+Green+Blue) = 54+66+5=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #364205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364205 is #C9BDFA. Grayscale: #373737. Windows color (decimal): -13221371 or 344630. OLE color: 344630.

HSL color Cylindrical-coordinate representation of color #364205: hue angle of 71.8º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #364205 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB54665-
CMYK0.1800.920.74
HSL71.8º85.92%13.92%-
HSV(B)71.8º92.42%25.88%-
XYZ3.54.690.86-
YUV55.4699.52126.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 66 (26.17% from 255) = 52.8%
BLUE value IS 5 (2.34% from 255) = 4%
R=43.2%
G=52.8%
B=4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal546650.1800.920.7471.885.9213.92
Hex364251205C4A4856e
Octal66102522013411211012616
Binary110110100001010110010010111001001010100100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364205; }

 p { color: rgb(54,66,5); }

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

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

 a { background-color: rgb(54,66,5); }

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

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

 span { border-color: rgb(54,66,5); }

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