#326417

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

Shades of Green House #326417

Tints of Green House #326417

Color information

#326417 (or 0x326417) is unknown color: approx Green House. HEX triplet: 32, 64 and 17. RGB value is (50,100,23). Sum of RGB (Red+Green+Blue) = 50+100+23=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #326417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326417 is #CD9BE8. Grayscale: #4C4C4C. Windows color (decimal): -13474793 or 1532978. OLE color: 1532978.

HSL color Cylindrical-coordinate representation of color #326417: hue angle of 98.96º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326417 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB5010023-
CMYK0.5000.770.61
HSL98.96º62.6%24.12%-
HSV(B)98.96º77%39.22%-
XYZ6.039.852.4-
YUV76.2797.94109.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=28.90%
G=57.80%
B=13.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100230.5000.770.6198.9662.624.12
Hex3264173204D3D633f18
Octal6214427620115751437730
Binary11001011001001011111001001001101111101110001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326417; }

 p { color: rgb(50,100,23); }

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

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

 a { background-color: rgb(50,100,23); }

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

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

 span { border-color: rgb(50,100,23); }

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