#364207

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

Shades of Turtle Green #364207

Tints of Turtle Green #364207

Color information

#364207 (or 0x364207) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 07. RGB value is (54,66,7). Sum of RGB (Red+Green+Blue) = 54+66+7=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #364207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364207 is #C9BDF8. Grayscale: #373737. Windows color (decimal): -13221369 or 475702. OLE color: 475702.

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

Color convert

RGB54667-
CMYK0.1800.890.74
HSL72.2º80.82%14.31%-
HSV(B)72.2º89.39%25.88%-
XYZ3.514.70.92-
YUV55.69100.52126.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=42.52%
G=51.97%
B=5.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal546670.1800.890.7472.280.8214.31
Hex36427120594A4851e
Octal66102722013111211012116
Binary110110100001011110010010110011001010100100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364207; }

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

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

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

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

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

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

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

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