#394611

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

Shades of Turtle Green #394611

Tints of Turtle Green #394611

Color information

#394611 (or 0x394611) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 11. RGB value is (57,70,17). Sum of RGB (Red+Green+Blue) = 57+70+17=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #394611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394611 is #C6B9EE. Grayscale: #3C3C3C. Windows color (decimal): -13023727 or 1132089. OLE color: 1132089.

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

Color convert

RGB577017-
CMYK0.1900.760.73
HSL74.72º60.92%17.06%-
HSV(B)74.72º75.71%27.45%-
XYZ3.985.291.34-
YUV60.07103.69125.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 70 (27.73% from 255) = 48.61%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=39.58%
G=48.61%
B=11.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770170.1900.760.7374.7260.9217.06
Hex3946111304C494b3d11
Octal71106212301141111137521
Binary11100110001101000110011010011001001001100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394611; }

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

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

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

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

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

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

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

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