#394D18

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

Shades of Turtle Green #394D18

Tints of Turtle Green #394D18

Color information

#394D18 (or 0x394D18) is unknown color: approx Turtle Green. HEX triplet: 39, 4D and 18. RGB value is (57,77,24). Sum of RGB (Red+Green+Blue) = 57+77+24=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #394D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D18 is #C6B2E7. Grayscale: #414141. Windows color (decimal): -13021928 or 1592633. OLE color: 1592633.

HSL color Cylindrical-coordinate representation of color #394D18: hue angle of 82.64º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394D18 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB577724-
CMYK0.2600.690.70
HSL82.64º52.48%19.8%-
HSV(B)82.64º68.83%30.2%-
XYZ4.516.241.83-
YUV64.98104.87122.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=36.08%
G=48.73%
B=15.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777240.2600.690.7082.6452.4819.8
Hex394D181A04546533414
Octal71115303201051061236424
Binary11100110011011100011010010001011000110101001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394D18; }

 p { color: rgb(57,77,24); }

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

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

 a { background-color: rgb(57,77,24); }

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

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

 span { border-color: rgb(57,77,24); }

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