#31622B

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

Shades of Green House #31622B

Tints of Green House #31622B

Color information

#31622B (or 0x31622B) is unknown color: approx Green House. HEX triplet: 31, 62 and 2B. RGB value is (49,98,43). Sum of RGB (Red+Green+Blue) = 49+98+43=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #31622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31622B is #CE9DD4. Grayscale: #4D4D4D. Windows color (decimal): -13540821 or 2843185. OLE color: 2843185.

HSL color Cylindrical-coordinate representation of color #31622B: hue angle of 113.45º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31622B is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB499843-
CMYK0.500.560.62
HSL113.45º39.01%27.65%-
HSV(B)113.45º56.12%38.43%-
XYZ6.079.563.81-
YUV77.08108.77107.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 98 (38.67% from 255) = 51.58%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=25.79%
G=51.58%
B=22.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998430.500.560.62113.4539.0127.65
Hex31622B320383E71271c
Octal611425362070761614734
Binary11000111000101010111100100111000111110111000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31622B; }

 p { color: rgb(49,98,43); }

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

<style>
 a { background-color: #31622B; }

 a { background-color: rgb(49,98,43); }

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

<style>
 span { border-color: #31622B; }

 span { border-color: rgb(49,98,43); }

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