#326B25

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

Shades of Green House #326B25

Tints of Green House #326B25

Color information

#326B25 (or 0x326B25) is unknown color: approx Green House. HEX triplet: 32, 6B and 25. RGB value is (50,107,37). Sum of RGB (Red+Green+Blue) = 50+107+37=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #326B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B25 is #CD94DA. Grayscale: #525252. Windows color (decimal): -13472987 or 2452274. OLE color: 2452274.

HSL color Cylindrical-coordinate representation of color #326B25: hue angle of 108.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326B25 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB5010737-
CMYK0.5300.650.58
HSL108.86º48.61%28.24%-
HSV(B)108.86º65.42%41.96%-
XYZ6.9111.333.57-
YUV81.98102.62105.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 107 (42.19% from 255) = 55.15%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=25.77%
G=55.15%
B=19.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50107370.5300.650.58108.8648.6128.24
Hex326B25350413A6d311c
Octal6215345650101721556134
Binary110010110101110010111010101000001111010110110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326B25; }

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

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

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

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

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

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

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

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