Html Css Color HEX #316115 Green House

📋 copy color: '#316115'

red 49 ◦ green 97 ◦ blue 21

#316115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #316115

Tints of Green House #316115

RGB

 RED value IS 49 (19.53% from 255) = 29.34%

 GREEN value IS 97 (38.28% from 255) = 58.08%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 29.34%
G = 58.08%
B = 12.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#316115 (or 0x316115) is known color: Green House. HEX triplet: 31, 61 and 15. RGB value is (49,97,21). Sum of RGB (Red+Green+Blue) = 49+97+21=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #316115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316115 is #CE9EEA. Grayscale: #4A4A4A. Windows color (decimal): -13541099 or 1401137. OLE color: 1401137.

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

Color convert

RGB 49 97 21 -
CMYK 0.49 0 0.78 0.62
HSL 97.89º 0.64% 0.23% -
HSV(B) 97.89º 0.78% 0.38% -
XYZ 5.68 9.26 2.2 -
YUV 73.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 49 97 21 0.49 0 0.78 0.62 97.89 0.64 0.23
Hex 31 61 15 31 0 4E 3E 62 40 17
Octal 61 141 25 61 0 116 76 142 100 27
Binary 110001 1100001 10101 110001 0 1001110 111110 1100010 1000000 10111

Color Harmonies of #316115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316115

Black with #316115

Text Example


Text Example

White with #316115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316115; }

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

 H1.HeaderClassName
 {
   color: #316115;
 }
 .AnyTagClassName
 {
   color: #316115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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