#394012

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

Shades of Turtle Green #394012

Tints of Turtle Green #394012

Color information

#394012 (or 0x394012) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 12. RGB value is (57,64,18). Sum of RGB (Red+Green+Blue) = 57+64+18=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #394012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394012 is #C6BFED. Grayscale: #383838. Windows color (decimal): -13025262 or 1196089. OLE color: 1196089.

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

Color convert

RGB576418-
CMYK0.1100.720.75
HSL69.13º56.1%16.08%-
HSV(B)69.13º71.88%25.1%-
XYZ3.634.581.27-
YUV56.66106.18128.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=41.01%
G=46.04%
B=12.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764180.1100.720.7569.1356.116.08
Hex394012B0484B453810
Octal71100221301101131057020
Binary1110011000000100101011010010001001011100010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394012; }

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

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

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

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

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

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

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

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