#394D0F

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

Shades of Turtle Green #394D0F

Tints of Turtle Green #394D0F

Color information

#394D0F (or 0x394D0F) is unknown color: approx Turtle Green. HEX triplet: 39, 4D and 0F. RGB value is (57,77,15). Sum of RGB (Red+Green+Blue) = 57+77+15=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #394D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D0F is #C6B2F0. Grayscale: #404040. Windows color (decimal): -13021937 or 1002809. OLE color: 1002809.

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

Color convert

RGB577715-
CMYK0.2600.810.70
HSL79.35º67.39%18.04%-
HSV(B)79.35º80.52%30.2%-
XYZ4.436.211.42-
YUV63.95100.37123.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=38.26%
G=51.68%
B=10.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777150.2600.810.7079.3567.3918.04
Hex394DF1A051464f4312
Octal711151732012110611710322
Binary11100110011011111110100101000110001101001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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