#31633F

Color #31633F Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #31633F

Tints of Hunter Green #31633F

Color information

#31633F (or 0x31633F) is unknown color: approx Hunter Green. HEX triplet: 31, 63 and 3F. RGB value is (49,99,63). Sum of RGB (Red+Green+Blue) = 49+99+63=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #31633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31633F is #CE9CC0. Grayscale: #505050. Windows color (decimal): -13540545 or 4154161. OLE color: 4154161.

HSL color Cylindrical-coordinate representation of color #31633F: hue angle of 136.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31633F is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB499963-
CMYK0.5100.360.61
HSL136.8º33.78%29.02%-
HSV(B)136.8º50.51%38.82%-
XYZ6.639.946.27-
YUV79.95118.44105.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 63 (25% from 255) = 29.86%
R=23.22%
G=46.92%
B=29.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999630.5100.360.61136.833.7829.02
Hex31633F330243D89221d
Octal611437763044752114235
Binary110001110001111111111001101001001111011000100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31633F;
 }
 .AnyTagClassName
 {
   color: #31633F;
 }
</style>
background-color css

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

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

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

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

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

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