#326328

Color #326328 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #326328

Tints of Green House #326328

Color information

#326328 (or 0x326328) is unknown color: approx Green House. HEX triplet: 32, 63 and 28. RGB value is (50,99,40). Sum of RGB (Red+Green+Blue) = 50+99+40=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #326328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326328 is #CD9CD7. Grayscale: #4D4D4D. Windows color (decimal): -13475032 or 2646834. OLE color: 2646834.

HSL color Cylindrical-coordinate representation of color #326328: hue angle of 109.83º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326328 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB509940-
CMYK0.4900.600.61
HSL109.83º42.45%27.25%-
HSV(B)109.83º59.6%38.82%-
XYZ6.169.753.57-
YUV77.62106.77108.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=26.46%
G=52.38%
B=21.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099400.4900.600.61109.8342.4527.25
Hex3263283103C3D6e2a1b
Octal621435061074751565233
Binary11001011000111010001100010111100111101110111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326328; }

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

 H1.HeaderClassName
 {
   color: #326328;
 }
 .AnyTagClassName
 {
   color: #326328;
 }
</style>
background-color css

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

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

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

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

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

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