#394104

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

Shades of Turtle Green #394104

Tints of Turtle Green #394104

Color information

#394104 (or 0x394104) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 04. RGB value is (57,65,4). Sum of RGB (Red+Green+Blue) = 57+65+4=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #394104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394104 is #C6BEFB. Grayscale: #373737. Windows color (decimal): -13025020 or 278841. OLE color: 278841.

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

Color convert

RGB57654-
CMYK0.1200.940.75
HSL67.87º88.41%13.53%-
HSV(B)67.87º93.85%25.49%-
XYZ3.64.660.82-
YUV55.6598.85128.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=45.24%
G=51.59%
B=3.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576540.1200.940.7567.8788.4113.53
Hex39414C05E4B4458e
Octal71101414013611310413016
Binary11100110000011001100010111101001011100010010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394104; }

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

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

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

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

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

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

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

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