Html Css Color HEX #326228 Green House

📋 copy color: '#326228'

red 50 ◦ green 98 ◦ blue 40

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

Shades of Green House #326228

Tints of Green House #326228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 26.6%
G = 52.13%
B = 21.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#326228 (or 0x326228) is known color: Green House. HEX triplet: 32, 62 and 28. RGB value is (50,98,40). Sum of RGB (Red+Green+Blue) = 50+98+40=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #326228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326228 is #CD9DD7. Grayscale: #4D4D4D. Windows color (decimal): -13475288 or 2646578. OLE color: 2646578.

HSL color Cylindrical-coordinate representation of color #326228: hue angle of 109.66º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326228 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 40 -
CMYK 0.49 0 0.59 0.62
HSL 109.66º 0.42% 0.27% -
HSV(B) 109.66º 0.59% 0.38% -
XYZ 6.07 9.57 3.53 -
YUV 77.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 50 98 40 0.49 0 0.59 0.62 109.66 0.42 0.27
Hex 32 62 28 31 0 3B 3E 6E 2A 1B
Octal 62 142 50 61 0 73 76 156 52 33
Binary 110010 1100010 101000 110001 0 111011 111110 1101110 101010 11011

Color Harmonies of #326228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326228

Black with #326228

Text Example


Text Example

White with #326228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326228; }

 p { color: rgb(50,98,40); }

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

background-color css

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

 a { background-color: rgb(50,98,40); }

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

border-color css

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

 span { border-color: rgb(50,98,40); }

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