#394806

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

Shades of Turtle Green #394806

Tints of Turtle Green #394806

Color information

#394806 (or 0x394806) is unknown color: approx Turtle Green. HEX triplet: 39, 48 and 06. RGB value is (57,72,6). Sum of RGB (Red+Green+Blue) = 57+72+6=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #394806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394806 is #C6B7F9. Grayscale: #3C3C3C. Windows color (decimal): -13023226 or 411705. OLE color: 411705.

HSL color Cylindrical-coordinate representation of color #394806: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #394806 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB57726-
CMYK0.2100.920.72
HSL73.64º84.62%15.29%-
HSV(B)73.64º91.67%28.24%-
XYZ4.045.521.02-
YUV59.9997.53125.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=42.22%
G=53.33%
B=4.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577260.2100.920.7273.6484.6215.29
Hex394861505C484a55f
Octal71110625013411011212517
Binary111001100100011010101010111001001000100101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394806; }

 p { color: rgb(57,72,6); }

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

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

 a { background-color: rgb(57,72,6); }

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

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

 span { border-color: rgb(57,72,6); }

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