#394412

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

Shades of Turtle Green #394412

Tints of Turtle Green #394412

Color information

#394412 (or 0x394412) is unknown color: approx Turtle Green. HEX triplet: 39, 44 and 12. RGB value is (57,68,18). Sum of RGB (Red+Green+Blue) = 57+68+18=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #394412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394412 is #C6BBED. Grayscale: #3B3B3B. Windows color (decimal): -13024238 or 1197113. OLE color: 1197113.

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

Color convert

RGB576818-
CMYK0.1600.740.73
HSL73.2º58.14%16.86%-
HSV(B)73.2º73.53%26.67%-
XYZ3.865.051.34-
YUV59.01104.86126.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=39.86%
G=47.55%
B=12.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768180.1600.740.7373.258.1416.86
Hex3944121004A49493a11
Octal71104222001121111117221
Binary11100110001001001010000010010101001001100100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394412; }

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

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

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

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

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

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

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

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