#394704

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

Shades of Turtle Green #394704

Tints of Turtle Green #394704

Color information

#394704 (or 0x394704) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 04. RGB value is (57,71,4). Sum of RGB (Red+Green+Blue) = 57+71+4=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #394704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394704 is #C6B8FB. Grayscale: #3B3B3B. Windows color (decimal): -13023484 or 280377. OLE color: 280377.

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

Color convert

RGB57714-
CMYK0.2000.940.72
HSL72.54º89.33%14.71%-
HSV(B)72.54º94.37%27.84%-
XYZ3.965.390.95-
YUV59.1896.86126.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=43.18%
G=53.79%
B=3.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577140.2000.940.7272.5489.3314.71
Hex394741405E484959f
Octal71107424013611011113117
Binary111001100011110010100010111101001000100100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394704; }

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

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

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

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

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

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

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

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