#394403

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

Shades of Turtle Green #394403

Tints of Turtle Green #394403

Color information

#394403 (or 0x394403) is unknown color: approx Turtle Green. HEX triplet: 39, 44 and 03. RGB value is (57,68,3). Sum of RGB (Red+Green+Blue) = 57+68+3=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #394403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394403 is #C6BBFC. Grayscale: #393939. Windows color (decimal): -13024253 or 214073. OLE color: 214073.

HSL color Cylindrical-coordinate representation of color #394403: hue angle of 70.15º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #394403 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB57683-
CMYK0.1600.960.73
HSL70.15º91.55%13.92%-
HSV(B)70.15º95.59%26.67%-
XYZ3.775.010.85-
YUV57.397.36127.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=44.53%
G=53.12%
B=2.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal576830.1600.960.7370.1591.5513.92
Hex394431006049465ce
Octal71104320014011110613416
Binary11100110001001110000011000001001001100011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394403; }

 p { color: rgb(57,68,3); }

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

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

 a { background-color: rgb(57,68,3); }

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

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

 span { border-color: rgb(57,68,3); }

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