Html Css Color HEX #39503C Hunter Green

📋 copy color: '#39503C'

red 57 ◦ green 80 ◦ blue 60

#39503C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #39503C

Tints of Hunter Green #39503C

RGB

 RED value IS 57 (22.66% from 255) = 28.93%

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 28.93%
G = 40.61%
B = 30.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#39503C (or 0x39503C) is known color: Hunter Green. HEX triplet: 39, 50 and 3C. RGB value is (57,80,60). Sum of RGB (Red+Green+Blue) = 57+80+60=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #39503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503C is #C6AFC3. Grayscale: #464646. Windows color (decimal): -13021124 or 3952697. OLE color: 3952697.

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

Color convert

RGB 57 80 60 -
CMYK 0.29 0 0.25 0.69
HSL 127.83º 0.17% 0.27% -
HSV(B) 127.83º 0.29% 0.31% -
XYZ 5.37 6.93 5.33 -
YUV 70.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 57 80 60 0.29 0 0.25 0.69 127.83 0.17 0.27
Hex 39 50 3C 1D 0 19 45 80 11 1B
Octal 71 120 74 35 0 31 105 200 21 33
Binary 111001 1010000 111100 11101 0 11001 1000101 10000000 10001 11011

Color Harmonies of #39503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39503C

Black with #39503C

Text Example


Text Example

White with #39503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39503C;
 }
 .AnyTagClassName
 {
   color: #39503C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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