#394202

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

Shades of Turtle Green #394202

Tints of Turtle Green #394202

Color information

#394202 (or 0x394202) is unknown color: approx Turtle Green. HEX triplet: 39, 42 and 02. RGB value is (57,66,2). Sum of RGB (Red+Green+Blue) = 57+66+2=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #394202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394202 is #C6BDFD. Grayscale: #383838. Windows color (decimal): -13024766 or 148025. OLE color: 148025.

HSL color Cylindrical-coordinate representation of color #394202: hue angle of 68.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #394202 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB57662-
CMYK0.1400.970.74
HSL68.44º94.12%13.33%-
HSV(B)68.44º96.97%25.88%-
XYZ3.654.770.79-
YUV56.0197.52128.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 66 (26.17% from 255) = 52.8%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=45.6%
G=52.8%
B=1.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal576620.1400.970.7468.4494.1213.33
Hex39422E0614A445ed
Octal71102216014111210413615
Binary1110011000010101110011000011001010100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394202; }

 p { color: rgb(57,66,2); }

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

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

 a { background-color: rgb(57,66,2); }

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

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

 span { border-color: rgb(57,66,2); }

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