#316123

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

Shades of Green House #316123

Tints of Green House #316123

Color information

#316123 (or 0x316123) is unknown color: approx Green House. HEX triplet: 31, 61 and 23. RGB value is (49,97,35). Sum of RGB (Red+Green+Blue) = 49+97+35=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #316123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316123 is #CE9EDC. Grayscale: #4B4B4B. Windows color (decimal): -13541085 or 2318641. OLE color: 2318641.

HSL color Cylindrical-coordinate representation of color #316123: hue angle of 106.45º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316123 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB499735-
CMYK0.4900.640.62
HSL106.45º46.97%25.88%-
HSV(B)106.45º63.92%38.04%-
XYZ5.849.323.08-
YUV75.58105.1109.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=27.07%
G=53.59%
B=19.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997350.4900.640.62106.4546.9725.88
Hex316123310403E6a2f1a
Octal6114143610100761525732
Binary110001110000110001111000101000000111110110101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316123; }

 p { color: rgb(49,97,35); }

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

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

 a { background-color: rgb(49,97,35); }

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

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

 span { border-color: rgb(49,97,35); }

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