#394516

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

Shades of Turtle Green #394516

Tints of Turtle Green #394516

Color information

#394516 (or 0x394516) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 16. RGB value is (57,69,22). Sum of RGB (Red+Green+Blue) = 57+69+22=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #394516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394516 is #C6BAE9. Grayscale: #3C3C3C. Windows color (decimal): -13023978 or 1459513. OLE color: 1459513.

HSL color Cylindrical-coordinate representation of color #394516: hue angle of 75.32º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394516 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB576922-
CMYK0.1700.680.73
HSL75.32º51.65%17.84%-
HSV(B)75.32º68.12%27.06%-
XYZ3.965.181.55-
YUV60.05106.52125.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=38.51%
G=46.62%
B=14.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769220.1700.680.7375.3251.6517.84
Hex39451611044494b3412
Octal71105262101041111136422
Binary11100110001011011010001010001001001001100101111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394516; }

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

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

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

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

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

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

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

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