#31653F

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

Shades of Hunter Green #31653F

Tints of Hunter Green #31653F

Color information

#31653F (or 0x31653F) is unknown color: approx Hunter Green. HEX triplet: 31, 65 and 3F. RGB value is (49,101,63). Sum of RGB (Red+Green+Blue) = 49+101+63=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #31653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31653F is #CE9AC0. Grayscale: #515151. Windows color (decimal): -13540033 or 4154673. OLE color: 4154673.

HSL color Cylindrical-coordinate representation of color #31653F: hue angle of 136.15º 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 #31653F is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB4910163-
CMYK0.5100.380.60
HSL136.15º34.67%29.41%-
HSV(B)136.15º51.49%39.61%-
XYZ6.8210.326.34-
YUV81.12117.77105.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 101 (39.84% from 255) = 47.42%
BLUE value IS 63 (25% from 255) = 29.58%
R=23.00%
G=47.42%
B=29.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101630.5100.380.60136.1534.6729.41
Hex31653F330263C88231d
Octal611457763046742104335
Binary110001110010111111111001101001101111001000100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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