#39503A

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

Shades of Hunter Green #39503A

Tints of Hunter Green #39503A

Color information

#39503A (or 0x39503A) is unknown color: approx Hunter Green. HEX triplet: 39, 50 and 3A. RGB value is (57,80,58). Sum of RGB (Red+Green+Blue) = 57+80+58=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #39503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503A is #C6AFC5. Grayscale: #464646. Windows color (decimal): -13021126 or 3821625. OLE color: 3821625.

HSL color Cylindrical-coordinate representation of color #39503A: hue angle of 122.61º 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 #39503A is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB578058-
CMYK0.2900.280.69
HSL122.61º16.79%26.86%-
HSV(B)122.61º28.75%31.37%-
XYZ5.326.915.06-
YUV70.61120.88118.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=29.23%
G=41.03%
B=29.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780580.2900.280.69122.6116.7926.86
Hex39503A1D01C457b111b
Octal7112072350341051732133
Binary111001101000011101011101011100100010111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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