#326825

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

Shades of Green House #326825

Tints of Green House #326825

Color information

#326825 (or 0x326825) is unknown color: approx Green House. HEX triplet: 32, 68 and 25. RGB value is (50,104,37). Sum of RGB (Red+Green+Blue) = 50+104+37=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #326825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326825 is #CD97DA. Grayscale: #505050. Windows color (decimal): -13473755 or 2451506. OLE color: 2451506.

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

Color convert

RGB5010437-
CMYK0.5200.640.59
HSL108.36º47.52%27.65%-
HSV(B)108.36º64.42%40.78%-
XYZ6.610.713.47-
YUV80.22103.61106.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=26.18%
G=54.45%
B=19.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104370.5200.640.59108.3647.5227.65
Hex326825340403B6c301c
Octal6215045640100731546034
Binary110010110100010010111010001000000111011110110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326825; }

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

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

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

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

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

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

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

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