#326923

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

Shades of Green House #326923

Tints of Green House #326923

Color information

#326923 (or 0x326923) is unknown color: approx Green House. HEX triplet: 32, 69 and 23. RGB value is (50,105,35). Sum of RGB (Red+Green+Blue) = 50+105+35=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #326923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326923 is #CD96DC. Grayscale: #505050. Windows color (decimal): -13473501 or 2320690. OLE color: 2320690.

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

Color convert

RGB5010535-
CMYK0.5200.670.59
HSL107.14º50%27.45%-
HSV(B)107.14º66.67%41.18%-
XYZ6.6710.93.34-
YUV80.57102.28106.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=26.32%
G=55.26%
B=18.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105350.5200.670.59107.145027.45
Hex326923340433B6b321b
Octal6215143640103731536233
Binary110010110100110001111010001000011111011110101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326923; }

 p { color: rgb(50,105,35); }

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

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

 a { background-color: rgb(50,105,35); }

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

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

 span { border-color: rgb(50,105,35); }

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