#394914

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

Shades of Turtle Green #394914

Tints of Turtle Green #394914

Color information

#394914 (or 0x394914) is unknown color: approx Turtle Green. HEX triplet: 39, 49 and 14. RGB value is (57,73,20). Sum of RGB (Red+Green+Blue) = 57+73+20=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #394914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394914 is #C6B6EB. Grayscale: #3E3E3E. Windows color (decimal): -13022956 or 1329465. OLE color: 1329465.

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

Color convert

RGB577320-
CMYK0.2200.730.71
HSL78.11º56.99%18.24%-
HSV(B)78.11º72.6%28.63%-
XYZ4.25.691.54-
YUV62.17104.2124.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=38%
G=48.67%
B=13.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773200.2200.730.7178.1156.9918.24
Hex39491416049474e3912
Octal71111242601111071167122
Binary11100110010011010010110010010011000111100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394914; }

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

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

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

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

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

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

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

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