#394020

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

Shades of Turtle Green #394020

Tints of Turtle Green #394020

Color information

#394020 (or 0x394020) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 20. RGB value is (57,64,32). Sum of RGB (Red+Green+Blue) = 57+64+32=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #394020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394020 is #C6BFDF. Grayscale: #3A3A3A. Windows color (decimal): -13025248 or 2113593. OLE color: 2113593.

HSL color Cylindrical-coordinate representation of color #394020: hue angle of 73.13º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394020 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB576432-
CMYK0.1100.500.75
HSL73.13º33.33%18.82%-
HSV(B)73.13º50%25.1%-
XYZ3.784.642.06-
YUV58.26113.18127.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=37.25%
G=41.83%
B=20.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764320.1100.500.7573.1333.3318.82
Hex394020B0324B492113
Octal7110040130621131114123
Binary1110011000000100000101101100101001011100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394020; }

 p { color: rgb(57,64,32); }

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

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

 a { background-color: rgb(57,64,32); }

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

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

 span { border-color: rgb(57,64,32); }

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