Html Css Color HEX #31613C Hunter Green

📋 copy color: '#31613C'

red 49 ◦ green 97 ◦ blue 60

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

Shades of Hunter Green #31613C

Tints of Hunter Green #31613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.09%

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

R = 23.79%
G = 47.09%
B = 29.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#31613C (or 0x31613C) is known color: Hunter Green. HEX triplet: 31, 61 and 3C. RGB value is (49,97,60). Sum of RGB (Red+Green+Blue) = 49+97+60=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #31613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31613C is #CE9EC3. Grayscale: #4E4E4E. Windows color (decimal): -13541060 or 3957041. OLE color: 3957041.

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

Color convert

RGB 49 97 60 -
CMYK 0.49 0 0.38 0.62
HSL 133.75º 0.33% 0.29% -
HSV(B) 133.75º 0.49% 0.38% -
XYZ 6.36 9.53 5.78 -
YUV 78.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 49 97 60 0.49 0 0.38 0.62 133.75 0.33 0.29
Hex 31 61 3C 31 0 26 3E 86 21 1D
Octal 61 141 74 61 0 46 76 206 41 35
Binary 110001 1100001 111100 110001 0 100110 111110 10000110 100001 11101

Color Harmonies of #31613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31613C

Black with #31613C

Text Example


Text Example

White with #31613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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