#394414

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

Shades of Turtle Green #394414

Tints of Turtle Green #394414

Color information

#394414 (or 0x394414) is unknown color: approx Turtle Green. HEX triplet: 39, 44 and 14. RGB value is (57,68,20). Sum of RGB (Red+Green+Blue) = 57+68+20=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #394414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394414 is #C6BBEB. Grayscale: #3B3B3B. Windows color (decimal): -13024236 or 1328185. OLE color: 1328185.

HSL color Cylindrical-coordinate representation of color #394414: hue angle of 73.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394414 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB576820-
CMYK0.1600.710.73
HSL73.75º54.55%17.25%-
HSV(B)73.75º70.59%26.67%-
XYZ3.885.051.43-
YUV59.24105.86126.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=39.31%
G=46.90%
B=13.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768200.1600.710.7373.7554.5517.25
Hex39441410047494a3711
Octal71104242001071111126721
Binary11100110001001010010000010001111001001100101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394414; }

 p { color: rgb(57,68,20); }

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

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

 a { background-color: rgb(57,68,20); }

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

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

 span { border-color: rgb(57,68,20); }

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