#39503B

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

Shades of Hunter Green #39503B

Tints of Hunter Green #39503B

Color information

#39503B (or 0x39503B) is unknown color: approx Hunter Green. HEX triplet: 39, 50 and 3B. RGB value is (57,80,59). Sum of RGB (Red+Green+Blue) = 57+80+59=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #39503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503B is #C6AFC4. Grayscale: #464646. Windows color (decimal): -13021125 or 3887161. OLE color: 3887161.

HSL color Cylindrical-coordinate representation of color #39503B: hue angle of 125.22º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #39503B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB578059-
CMYK0.2900.260.69
HSL125.22º16.79%26.86%-
HSV(B)125.22º28.75%31.37%-
XYZ5.356.925.19-
YUV70.73121.38118.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=29.08%
G=40.82%
B=30.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780590.2900.260.69125.2216.7926.86
Hex39503B1D01A457d111b
Octal7112073350321051752133
Binary111001101000011101111101011010100010111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39503B; }

 p { color: rgb(57,80,59); }

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

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

 a { background-color: rgb(57,80,59); }

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

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

 span { border-color: rgb(57,80,59); }

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