#31621C

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

Shades of Green House #31621C

Tints of Green House #31621C

Color information

#31621C (or 0x31621C) is unknown color: approx Green House. HEX triplet: 31, 62 and 1C. RGB value is (49,98,28). Sum of RGB (Red+Green+Blue) = 49+98+28=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #31621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31621C is #CE9DE3. Grayscale: #4B4B4B. Windows color (decimal): -13540836 or 1860145. OLE color: 1860145.

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

Color convert

RGB499828-
CMYK0.500.710.62
HSL102º55.56%24.71%-
HSV(B)102º71.43%38.43%-
XYZ5.849.472.62-
YUV75.37101.27109.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 98 (38.67% from 255) = 56%
BLUE value IS 28 (11.33% from 255) = 16%
R=28%
G=56%
B=16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998280.500.710.6210255.5624.71
Hex31621C320473E663819
Octal6114234620107761467031
Binary11000111000101110011001001000111111110110011011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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