#394616

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

Shades of Turtle Green #394616

Tints of Turtle Green #394616

Color information

#394616 (or 0x394616) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 16. RGB value is (57,70,22). Sum of RGB (Red+Green+Blue) = 57+70+22=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #394616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394616 is #C6B9E9. Grayscale: #3C3C3C. Windows color (decimal): -13023722 or 1459769. OLE color: 1459769.

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

Color convert

RGB577022-
CMYK0.1900.690.73
HSL76.25º52.17%18.04%-
HSV(B)76.25º68.57%27.45%-
XYZ4.025.311.57-
YUV60.64106.19125.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=38.26%
G=46.98%
B=14.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770220.1900.690.7376.2552.1718.04
Hex39461613045494c3412
Octal71106262301051111146422
Binary11100110001101011010011010001011001001100110011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394616; }

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

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

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

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

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

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

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

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