#31663C

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

Shades of Hunter Green #31663C

Tints of Hunter Green #31663C

Color information

#31663C (or 0x31663C) is unknown color: approx Hunter Green. HEX triplet: 31, 66 and 3C. RGB value is (49,102,60). Sum of RGB (Red+Green+Blue) = 49+102+60=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #31663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31663C is #CE99C3. Grayscale: #515151. Windows color (decimal): -13539780 or 3958321. OLE color: 3958321.

HSL color Cylindrical-coordinate representation of color #31663C: hue angle of 132.45º 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 #31663C is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB4910260-
CMYK0.5200.410.6
HSL132.45º35.1%29.61%-
HSV(B)132.45º51.96%40%-
XYZ6.8310.485.94-
YUV81.36115.94104.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=23.22%
G=48.34%
B=28.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102600.5200.410.6132.4535.129.61
Hex31663C340293C84231e
Octal611467464051742044336
Binary110001110011011110011010001010011111001000010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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