Html Css Color HEX #31603E Hunter Green

📋 copy color: '#31603E'

red 49 ◦ green 96 ◦ blue 62

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

Shades of Hunter Green #31603E

Tints of Hunter Green #31603E

RGB

 RED value IS 49 (19.53% from 255) = 23.67%

 GREEN value IS 96 (37.89% from 255) = 46.38%

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 23.67%
G = 46.38%
B = 29.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#31603E (or 0x31603E) is known color: Hunter Green. HEX triplet: 31, 60 and 3E. RGB value is (49,96,62). Sum of RGB (Red+Green+Blue) = 49+96+62=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #31603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31603E is #CE9FC1. Grayscale: #4E4E4E. Windows color (decimal): -13541314 or 4087857. OLE color: 4087857.

HSL color Cylindrical-coordinate representation of color #31603E: hue angle of 136.6º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31603E is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 62 -
CMYK 0.49 0 0.35 0.62
HSL 136.6º 0.32% 0.28% -
HSV(B) 136.6º 0.49% 0.38% -
XYZ 6.32 9.37 6.03 -
YUV 78.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 49 96 62 0.49 0 0.35 0.62 136.6 0.32 0.28
Hex 31 60 3E 31 0 23 3E 89 20 1C
Octal 61 140 76 61 0 43 76 211 40 34
Binary 110001 1100000 111110 110001 0 100011 111110 10001001 100000 11100

Color Harmonies of #31603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31603E

Black with #31603E

Text Example


Text Example

White with #31603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31603E; }

 p { color: rgb(49,96,62); }

 H1.HeaderClassName
 {
   color: #31603E;
 }
 .AnyTagClassName
 {
   color: #31603E;
 }
</style>

background-color css

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

 a { background-color: rgb(49,96,62); }

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

border-color css

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

 span { border-color: rgb(49,96,62); }

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