Html Css Color HEX #316220 Green House

📋 copy color: '#316220'

red 49 ◦ green 98 ◦ blue 32

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

Shades of Green House #316220

Tints of Green House #316220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.75%

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

R = 27.37%
G = 54.75%
B = 17.88%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#316220 (or 0x316220) is known color: Green House. HEX triplet: 31, 62 and 20. RGB value is (49,98,32). Sum of RGB (Red+Green+Blue) = 49+98+32=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #316220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316220 is #CE9DDF. Grayscale: #4C4C4C. Windows color (decimal): -13540832 or 2122289. OLE color: 2122289.

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

Color convert

RGB 49 98 32 -
CMYK 0.5 0 0.67 0.62
HSL 104.55º 0.51% 0.25% -
HSV(B) 104.55º 0.67% 0.38% -
XYZ 5.9 9.49 2.89 -
YUV 75.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 49 98 32 0.5 0 0.67 0.62 104.55 0.51 0.25
Hex 31 62 20 32 0 43 3E 69 33 19
Octal 61 142 40 62 0 103 76 151 63 31
Binary 110001 1100010 100000 110010 0 1000011 111110 1101001 110011 11001

Color Harmonies of #316220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316220

Black with #316220

Text Example


Text Example

White with #316220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316220; }

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

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

background-color css

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

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

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

border-color css

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

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

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