Html Css Color HEX #326821 Green House

📋 copy color: '#326821'

red 50 ◦ green 104 ◦ blue 33

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

Shades of Green House #326821

Tints of Green House #326821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 26.74%
G = 55.61%
B = 17.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#326821 (or 0x326821) is known color: Green House. HEX triplet: 32, 68 and 21. RGB value is (50,104,33). Sum of RGB (Red+Green+Blue) = 50+104+33=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #326821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326821 is #CD97DE. Grayscale: #4F4F4F. Windows color (decimal): -13473759 or 2189362. OLE color: 2189362.

HSL color Cylindrical-coordinate representation of color #326821: hue angle of 105.63º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326821 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 33 -
CMYK 0.52 0 0.68 0.59
HSL 105.63º 0.52% 0.27% -
HSV(B) 105.63º 0.68% 0.41% -
XYZ 6.54 10.69 3.16 -
YUV 79.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 50 104 33 0.52 0 0.68 0.59 105.63 0.52 0.27
Hex 32 68 21 34 0 44 3B 6A 34 1B
Octal 62 150 41 64 0 104 73 152 64 33
Binary 110010 1101000 100001 110100 0 1000100 111011 1101010 110100 11011

Color Harmonies of #326821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326821

Black with #326821

Text Example


Text Example

White with #326821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326821; }

 p { color: rgb(50,104,33); }

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

background-color css

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

 a { background-color: rgb(50,104,33); }

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

border-color css

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

 span { border-color: rgb(50,104,33); }

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