Html Css Color HEX #31623C Hunter Green

📋 copy color: '#31623C'

red 49 ◦ green 98 ◦ blue 60

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

Shades of Hunter Green #31623C

Tints of Hunter Green #31623C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

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

R = 23.67%
G = 47.34%
B = 28.99%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#31623C (or 0x31623C) is known color: Hunter Green. HEX triplet: 31, 62 and 3C. RGB value is (49,98,60). Sum of RGB (Red+Green+Blue) = 49+98+60=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #31623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31623C is #CE9DC3. Grayscale: #4F4F4F. Windows color (decimal): -13540804 or 3957297. OLE color: 3957297.

HSL color Cylindrical-coordinate representation of color #31623C: hue angle of 133.47º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31623C is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 60 -
CMYK 0.5 0 0.39 0.62
HSL 133.47º 0.33% 0.29% -
HSV(B) 133.47º 0.5% 0.38% -
XYZ 6.45 9.71 5.81 -
YUV 79.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 49 98 60 0.5 0 0.39 0.62 133.47 0.33 0.29
Hex 31 62 3C 32 0 27 3E 85 21 1D
Octal 61 142 74 62 0 47 76 205 41 35
Binary 110001 1100010 111100 110010 0 100111 111110 10000101 100001 11101

Color Harmonies of #31623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31623C

Black with #31623C

Text Example


Text Example

White with #31623C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,98,60); }

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

background-color css

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

 a { background-color: rgb(49,98,60); }

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

border-color css

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

 span { border-color: rgb(49,98,60); }

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