#394603

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

Shades of Turtle Green #394603

Tints of Turtle Green #394603

Color information

#394603 (or 0x394603) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 03. RGB value is (57,70,3). Sum of RGB (Red+Green+Blue) = 57+70+3=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #394603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394603 is #C6B9FC. Grayscale: #3A3A3A. Windows color (decimal): -13023741 or 214585. OLE color: 214585.

HSL color Cylindrical-coordinate representation of color #394603: hue angle of 71.64º 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 #394603 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB57703-
CMYK0.1900.960.73
HSL71.64º91.78%14.31%-
HSV(B)71.64º95.71%27.45%-
XYZ3.895.260.9-
YUV58.4796.69126.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=43.85%
G=53.85%
B=2.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal577030.1900.960.7371.6491.7814.31
Hex394631306049485ce
Octal71106323014011111013416
Binary11100110001101110011011000001001001100100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394603; }

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

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

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

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

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

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

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

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