#394702

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

Shades of Turtle Green #394702

Tints of Turtle Green #394702

Color information

#394702 (or 0x394702) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 02. RGB value is (57,71,2). Sum of RGB (Red+Green+Blue) = 57+71+2=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #394702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394702 is #C6B8FD. Grayscale: #3B3B3B. Windows color (decimal): -13023486 or 149305. OLE color: 149305.

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

Color convert

RGB57712-
CMYK0.2000.970.72
HSL72.17º94.52%14.31%-
HSV(B)72.17º97.18%27.84%-
XYZ3.955.380.89-
YUV58.9595.86126.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=43.85%
G=54.62%
B=1.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577120.2000.970.7272.1794.5214.31
Hex394721406148485fe
Octal71107224014111011013716
Binary11100110001111010100011000011001000100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394702; }

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

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

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

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

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

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

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

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