#394004

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

Shades of Turtle Green #394004

Tints of Turtle Green #394004

Color information

#394004 (or 0x394004) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 04. RGB value is (57,64,4). Sum of RGB (Red+Green+Blue) = 57+64+4=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #394004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394004 is #C6BFFB. Grayscale: #373737. Windows color (decimal): -13025276 or 278585. OLE color: 278585.

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

Color convert

RGB57644-
CMYK0.1100.940.75
HSL67º88.24%13.33%-
HSV(B)67º93.75%25.1%-
XYZ3.544.550.81-
YUV55.0799.18129.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=45.6%
G=51.2%
B=3.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576440.1100.940.756788.2413.33
Hex39404B05E4B4358d
Octal71100413013611310313015
Binary11100110000001001011010111101001011100001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394004; }

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

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

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

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

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

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

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

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