#316313

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

Shades of Green House #316313

Tints of Green House #316313

Color information

#316313 (or 0x316313) is unknown color: approx Green House. HEX triplet: 31, 63 and 13. RGB value is (49,99,19). Sum of RGB (Red+Green+Blue) = 49+99+19=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #316313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316313 is #CE9CEC. Grayscale: #4B4B4B. Windows color (decimal): -13540589 or 1270577. OLE color: 1270577.

HSL color Cylindrical-coordinate representation of color #316313: hue angle of 97.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316313 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB499919-
CMYK0.5100.810.61
HSL97.5º67.8%23.14%-
HSV(B)97.5º80.81%38.82%-
XYZ5.859.622.17-
YUV74.9396.44109.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=29.34%
G=59.28%
B=11.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999190.5100.810.6197.567.823.14
Hex316313330513D624417
Octal61143236301217514210427
Binary110001110001110011110011010100011111011100010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316313; }

 p { color: rgb(49,99,19); }

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

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

 a { background-color: rgb(49,99,19); }

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

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

 span { border-color: rgb(49,99,19); }

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