#364208

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

Shades of Turtle Green #364208

Tints of Turtle Green #364208

Color information

#364208 (or 0x364208) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 08. RGB value is (54,66,8). Sum of RGB (Red+Green+Blue) = 54+66+8=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #364208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364208 is #C9BDF7. Grayscale: #383838. Windows color (decimal): -13221368 or 541238. OLE color: 541238.

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

Color convert

RGB54668-
CMYK0.1800.880.74
HSL72.41º78.38%14.51%-
HSV(B)72.41º87.88%25.88%-
XYZ3.514.70.95-
YUV55.8101.02126.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=42.19%
G=51.56%
B=6.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal546680.1800.880.7472.4178.3814.51
Hex36428120584A484ef
Octal661021022013011211011617
Binary1101101000010100010010010110001001010100100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364208; }

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

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

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

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

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

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

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

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