#394102

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

Shades of Turtle Green #394102

Tints of Turtle Green #394102

Color information

#394102 (or 0x394102) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 02. RGB value is (57,65,2). Sum of RGB (Red+Green+Blue) = 57+65+2=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #394102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394102 is #C6BEFD. Grayscale: #373737. Windows color (decimal): -13025022 or 147769. OLE color: 147769.

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

Color convert

RGB57652-
CMYK0.1200.970.75
HSL67.62º94.03%13.14%-
HSV(B)67.62º96.92%25.49%-
XYZ3.594.650.77-
YUV55.4397.85129.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=45.97%
G=52.42%
B=1.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576520.1200.970.7567.6294.0313.14
Hex39412C0614B445ed
Octal71101214014111310413615
Binary1110011000001101100011000011001011100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394102; }

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

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

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

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

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

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

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

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