Html Css Color HEX #31653C Hunter Green

📋 copy color: '#31653C'

red 49 ◦ green 101 ◦ blue 60

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

Shades of Hunter Green #31653C

Tints of Hunter Green #31653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.1%

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

R = 23.33%
G = 48.1%
B = 28.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#31653C (or 0x31653C) is known color: Hunter Green. HEX triplet: 31, 65 and 3C. RGB value is (49,101,60). Sum of RGB (Red+Green+Blue) = 49+101+60=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #31653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31653C is #CE9AC3. Grayscale: #505050. Windows color (decimal): -13540036 or 3958065. OLE color: 3958065.

HSL color Cylindrical-coordinate representation of color #31653C: hue angle of 132.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31653C is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 60 -
CMYK 0.51 0 0.41 0.60
HSL 132.69º 0.35% 0.29% -
HSV(B) 132.69º 0.51% 0.4% -
XYZ 6.74 10.29 5.91 -
YUV 80.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 49 101 60 0.51 0 0.41 0.60 132.69 0.35 0.29
Hex 31 65 3C 33 0 29 3C 85 23 1D
Octal 61 145 74 63 0 51 74 205 43 35
Binary 110001 1100101 111100 110011 0 101001 111100 10000101 100011 11101

Color Harmonies of #31653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31653C

Black with #31653C

Text Example


Text Example

White with #31653C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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