#394900

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

Shades of Turtle Green #394900

Tints of Turtle Green #394900

Color information

#394900 (or 0x394900) is unknown color: approx Turtle Green. HEX triplet: 39, 49 and 00. RGB value is (57,73,0). Sum of RGB (Red+Green+Blue) = 57+73+0=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #394900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394900 is #C6B6FF. Grayscale: #3C3C3C. Windows color (decimal): -13022976 or 18745. OLE color: 18745.

HSL color Cylindrical-coordinate representation of color #394900: hue angle of 73.15º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394900 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB57730-
CMYK0.22010.71
HSL73.15º100%14.31%-
HSV(B)73.15º100%28.63%-
XYZ4.075.630.87-
YUV59.8994.2125.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.85%
G=56.15%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal577300.22010.7173.1510014.31
Hex3949016064474964e
Octal71111026014410711114416
Binary1110011001001010110011001001000111100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394900; }

 p { color: rgb(57,73,0); }

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

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

 a { background-color: rgb(57,73,0); }

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

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

 span { border-color: rgb(57,73,0); }

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