#364707

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

Shades of Turtle Green #364707

Tints of Turtle Green #364707

Color information

#364707 (or 0x364707) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 07. RGB value is (54,71,7). Sum of RGB (Red+Green+Blue) = 54+71+7=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #364707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364707 is #C9B8F8. Grayscale: #3A3A3A. Windows color (decimal): -13220089 or 476982. OLE color: 476982.

HSL color Cylindrical-coordinate representation of color #364707: hue angle of 75.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #364707 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB54717-
CMYK0.2400.900.72
HSL75.94º82.05%15.29%-
HSV(B)75.94º90.14%27.84%-
XYZ3.815.311.02-
YUV58.6298.87124.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=40.91%
G=53.79%
B=5.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal547170.2400.900.7275.9482.0515.29
Hex364771805A484c52f
Octal66107730013211011412217
Binary110110100011111111000010110101001000100110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364707; }

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

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

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

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

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

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

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

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