#394711

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

Shades of Turtle Green #394711

Tints of Turtle Green #394711

Color information

#394711 (or 0x394711) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 11. RGB value is (57,71,17). Sum of RGB (Red+Green+Blue) = 57+71+17=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #394711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394711 is #C6B8EE. Grayscale: #3C3C3C. Windows color (decimal): -13023471 or 1132345. OLE color: 1132345.

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

Color convert

RGB577117-
CMYK0.2000.760.72
HSL75.56º61.36%17.25%-
HSV(B)75.56º76.06%27.84%-
XYZ4.045.421.36-
YUV60.66103.36125.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=39.31%
G=48.97%
B=11.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771170.2000.760.7275.5661.3617.25
Hex3947111404C484c3d11
Octal71107212401141101147521
Binary11100110001111000110100010011001001000100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394711; }

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

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

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

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

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

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

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

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