Html Css Color HEX #31663F Hunter Green

📋 copy color: '#31663F'

red 49 ◦ green 102 ◦ blue 63

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

Shades of Hunter Green #31663F

Tints of Hunter Green #31663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

 BLUE value IS 63 (25% from 255) = 29.44%

R = 22.9%
G = 47.66%
B = 29.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#31663F (or 0x31663F) is known color: Hunter Green. HEX triplet: 31, 66 and 3F. RGB value is (49,102,63). Sum of RGB (Red+Green+Blue) = 49+102+63=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #31663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31663F is #CE99C0. Grayscale: #515151. Windows color (decimal): -13539777 or 4154929. OLE color: 4154929.

HSL color Cylindrical-coordinate representation of color #31663F: hue angle of 135.85º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31663F is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 63 -
CMYK 0.52 0 0.38 0.6
HSL 135.85º 0.35% 0.3% -
HSV(B) 135.85º 0.52% 0.4% -
XYZ 6.92 10.51 6.37 -
YUV 81.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 49 102 63 0.52 0 0.38 0.6 135.85 0.35 0.3
Hex 31 66 3F 34 0 26 3C 88 23 1E
Octal 61 146 77 64 0 46 74 210 43 36
Binary 110001 1100110 111111 110100 0 100110 111100 10001000 100011 11110

Color Harmonies of #31663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31663F

Black with #31663F

Text Example


Text Example

White with #31663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31663F; }

 p { color: rgb(49,102,63); }

 H1.HeaderClassName
 {
   color: #31663F;
 }
 .AnyTagClassName
 {
   color: #31663F;
 }
</style>

background-color css

<style>
 a { background-color: #31663F; }

 a { background-color: rgb(49,102,63); }

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

border-color css

<style>
 span { border-color: #31663F; }

 span { border-color: rgb(49,102,63); }

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