Html Css Color HEX #316B20 Green House

📋 copy color: '#316B20'

red 49 ◦ green 107 ◦ blue 32

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

Shades of Green House #316B20

Tints of Green House #316B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.91%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 26.06%
G = 56.91%
B = 17.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#316B20 (or 0x316B20) is known color: Green House. HEX triplet: 31, 6B and 20. RGB value is (49,107,32). Sum of RGB (Red+Green+Blue) = 49+107+32=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #316B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B20 is #CE94DF. Grayscale: #515151. Windows color (decimal): -13538528 or 2124593. OLE color: 2124593.

HSL color Cylindrical-coordinate representation of color #316B20: hue angle of 106.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316B20 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 107 32 -
CMYK 0.54 0 0.70 0.58
HSL 106.4º 0.54% 0.27% -
HSV(B) 106.4º 0.7% 0.42% -
XYZ 6.79 11.27 3.18 -
YUV 81.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 49 107 32 0.54 0 0.70 0.58 106.4 0.54 0.27
Hex 31 6B 20 36 0 46 3A 6A 36 1B
Octal 61 153 40 66 0 106 72 152 66 33
Binary 110001 1101011 100000 110110 0 1000110 111010 1101010 110110 11011

Color Harmonies of #316B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B20

Black with #316B20

Text Example


Text Example

White with #316B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316B20; }

 p { color: rgb(49,107,32); }

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

background-color css

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

 a { background-color: rgb(49,107,32); }

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

border-color css

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

 span { border-color: rgb(49,107,32); }

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