#394006

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

Shades of Turtle Green #394006

Tints of Turtle Green #394006

Color information

#394006 (or 0x394006) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 06. RGB value is (57,64,6). Sum of RGB (Red+Green+Blue) = 57+64+6=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #394006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394006 is #C6BFF9. Grayscale: #373737. Windows color (decimal): -13025274 or 409657. OLE color: 409657.

HSL color Cylindrical-coordinate representation of color #394006: hue angle of 67.24º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #394006 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB57646-
CMYK0.1100.910.75
HSL67.24º82.86%13.73%-
HSV(B)67.24º90.62%25.1%-
XYZ3.554.550.86-
YUV55.29100.18129.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=44.88%
G=50.39%
B=4.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576460.1100.910.7567.2482.8613.73
Hex39406B05B4B4353e
Octal71100613013311310312316
Binary11100110000001101011010110111001011100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394006; }

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

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

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

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

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

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

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

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