#31641F

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

Shades of Green House #31641F

Tints of Green House #31641F

Color information

#31641F (or 0x31641F) is unknown color: approx Green House. HEX triplet: 31, 64 and 1F. RGB value is (49,100,31). Sum of RGB (Red+Green+Blue) = 49+100+31=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #31641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31641F is #CE9BE0. Grayscale: #4D4D4D. Windows color (decimal): -13540321 or 2057265. OLE color: 2057265.

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

Color convert

RGB4910031-
CMYK0.5100.690.61
HSL104.35º52.67%25.69%-
HSV(B)104.35º69%39.22%-
XYZ6.079.872.88-
YUV76.89102.1108.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=27.22%
G=55.56%
B=17.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100310.5100.690.61104.3552.6725.69
Hex31641F330453D68351a
Octal6114437630105751506532
Binary11000111001001111111001101000101111101110100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,100,31); }

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

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

 a { background-color: rgb(49,100,31); }

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

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

 span { border-color: rgb(49,100,31); }

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