Html Css Color HEX #316320 Green House

📋 copy color: '#316320'

red 49 ◦ green 99 ◦ blue 32

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

Shades of Green House #316320

Tints of Green House #316320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55%

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

R = 27.22%
G = 55%
B = 17.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#316320 (or 0x316320) is known color: Green House. HEX triplet: 31, 63 and 20. RGB value is (49,99,32). Sum of RGB (Red+Green+Blue) = 49+99+32=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #316320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316320 is #CE9CDF. Grayscale: #4C4C4C. Windows color (decimal): -13540576 or 2122545. OLE color: 2122545.

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

Color convert

RGB 49 99 32 -
CMYK 0.51 0 0.68 0.61
HSL 104.78º 0.51% 0.26% -
HSV(B) 104.78º 0.68% 0.39% -
XYZ 5.99 9.68 2.92 -
YUV 76.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 49 99 32 0.51 0 0.68 0.61 104.78 0.51 0.26
Hex 31 63 20 33 0 44 3D 69 33 1A
Octal 61 143 40 63 0 104 75 151 63 32
Binary 110001 1100011 100000 110011 0 1000100 111101 1101001 110011 11010

Color Harmonies of #316320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316320

Black with #316320

Text Example


Text Example

White with #316320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316320; }

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

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

background-color css

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

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

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

border-color css

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

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

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