Html Css Color HEX #326516 Green House

📋 copy color: '#326516'

red 50 ◦ green 101 ◦ blue 22

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

Shades of Green House #326516

Tints of Green House #326516

RGB

 RED value IS 50 (19.92% from 255) = 28.9%

 GREEN value IS 101 (39.84% from 255) = 58.38%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 28.9%
G = 58.38%
B = 12.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#326516 (or 0x326516) is known color: Green House. HEX triplet: 32, 65 and 16. RGB value is (50,101,22). Sum of RGB (Red+Green+Blue) = 50+101+22=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #326516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326516 is #CD9AE9. Grayscale: #4D4D4D. Windows color (decimal): -13474538 or 1467698. OLE color: 1467698.

HSL color Cylindrical-coordinate representation of color #326516: hue angle of 98.73º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326516 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 101 22 -
CMYK 0.50 0 0.78 0.60
HSL 98.73º 0.64% 0.24% -
HSV(B) 98.73º 0.78% 0.4% -
XYZ 6.11 10.04 2.38 -
YUV 76.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 50 101 22 0.50 0 0.78 0.60 98.73 0.64 0.24
Hex 32 65 16 32 0 4E 3C 63 40 18
Octal 62 145 26 62 0 116 74 143 100 30
Binary 110010 1100101 10110 110010 0 1001110 111100 1100011 1000000 11000

Color Harmonies of #326516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326516

Black with #326516

Text Example


Text Example

White with #326516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326516; }

 p { color: rgb(50,101,22); }

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

background-color css

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

 a { background-color: rgb(50,101,22); }

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

border-color css

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

 span { border-color: rgb(50,101,22); }

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