#394713

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

Shades of Turtle Green #394713

Tints of Turtle Green #394713

Color information

#394713 (or 0x394713) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 13. RGB value is (57,71,19). Sum of RGB (Red+Green+Blue) = 57+71+19=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #394713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394713 is #C6B8EC. Grayscale: #3D3D3D. Windows color (decimal): -13023469 or 1263417. OLE color: 1263417.

HSL color Cylindrical-coordinate representation of color #394713: hue angle of 76.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394713 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB577119-
CMYK0.2000.730.72
HSL76.15º57.78%17.65%-
HSV(B)76.15º73.24%27.84%-
XYZ4.065.421.45-
YUV60.89104.36125.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=38.78%
G=48.30%
B=12.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771190.2000.730.7276.1557.7817.65
Hex39471314049484c3a12
Octal71107232401111101147222
Binary11100110001111001110100010010011001000100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394713; }

 p { color: rgb(57,71,19); }

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

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

 a { background-color: rgb(57,71,19); }

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

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

 span { border-color: rgb(57,71,19); }

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