#394915

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

Shades of Turtle Green #394915

Tints of Turtle Green #394915

Color information

#394915 (or 0x394915) is unknown color: approx Turtle Green. HEX triplet: 39, 49 and 15. RGB value is (57,73,21). Sum of RGB (Red+Green+Blue) = 57+73+21=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #394915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394915 is #C6B6EA. Grayscale: #3E3E3E. Windows color (decimal): -13022955 or 1395001. OLE color: 1395001.

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

Color convert

RGB577321-
CMYK0.2200.710.71
HSL78.46º55.32%18.43%-
HSV(B)78.46º71.23%28.63%-
XYZ4.215.691.59-
YUV62.29104.7124.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=37.75%
G=48.34%
B=13.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773210.2200.710.7178.4655.3218.43
Hex39491516047474e3712
Octal71111252601071071166722
Binary11100110010011010110110010001111000111100111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394915; }

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

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

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

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

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

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

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

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