#394816

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

Shades of Turtle Green #394816

Tints of Turtle Green #394816

Color information

#394816 (or 0x394816) is unknown color: approx Turtle Green. HEX triplet: 39, 48 and 16. RGB value is (57,72,22). Sum of RGB (Red+Green+Blue) = 57+72+22=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #394816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394816 is #C6B7E9. Grayscale: #3E3E3E. Windows color (decimal): -13023210 or 1460281. OLE color: 1460281.

HSL color Cylindrical-coordinate representation of color #394816: hue angle of 78º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394816 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB577222-
CMYK0.2100.690.72
HSL78º53.19%18.43%-
HSV(B)78º69.44%28.24%-
XYZ4.155.561.61-
YUV61.82105.53124.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=37.75%
G=47.68%
B=14.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772220.2100.690.727853.1918.43
Hex39481615045484e3512
Octal71110262501051101166522
Binary11100110010001011010101010001011001000100111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394816; }

 p { color: rgb(57,72,22); }

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

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

 a { background-color: rgb(57,72,22); }

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

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

 span { border-color: rgb(57,72,22); }

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