#394D12

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

Shades of Turtle Green #394D12

Tints of Turtle Green #394D12

Color information

#394D12 (or 0x394D12) is unknown color: approx Turtle Green. HEX triplet: 39, 4D and 12. RGB value is (57,77,18). Sum of RGB (Red+Green+Blue) = 57+77+18=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #394D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D12 is #C6B2ED. Grayscale: #404040. Windows color (decimal): -13021934 or 1199417. OLE color: 1199417.

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

Color convert

RGB577718-
CMYK0.2600.770.70
HSL80.34º62.11%18.63%-
HSV(B)80.34º76.62%30.2%-
XYZ4.456.221.54-
YUV64.29101.87122.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 77 (30.47% from 255) = 50.66%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=37.5%
G=50.66%
B=11.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777180.2600.770.7080.3462.1118.63
Hex394D121A04D46503e13
Octal71115223201151061207623
Binary11100110011011001011010010011011000110101000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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