Html Css Color HEX #326628 Green House

📋 copy color: '#326628'

red 50 ◦ green 102 ◦ blue 40

#326628
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #326628

Tints of Green House #326628

RGB

 RED value IS 50 (19.92% from 255) = 26.04%

 GREEN value IS 102 (40.23% from 255) = 53.13%

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 26.04%
G = 53.13%
B = 20.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#326628 (or 0x326628) is known color: Green House. HEX triplet: 32, 66 and 28. RGB value is (50,102,40). Sum of RGB (Red+Green+Blue) = 50+102+40=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #326628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326628 is #CD99D7. Grayscale: #4F4F4F. Windows color (decimal): -13474264 or 2647602. OLE color: 2647602.

HSL color Cylindrical-coordinate representation of color #326628: hue angle of 110.32º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326628 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 40 -
CMYK 0.51 0 0.61 0.6
HSL 110.32º 0.44% 0.28% -
HSV(B) 110.32º 0.61% 0.4% -
XYZ 6.45 10.33 3.66 -
YUV 79.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 50 102 40 0.51 0 0.61 0.6 110.32 0.44 0.28
Hex 32 66 28 33 0 3D 3C 6E 2C 1C
Octal 62 146 50 63 0 75 74 156 54 34
Binary 110010 1100110 101000 110011 0 111101 111100 1101110 101100 11100

Color Harmonies of #326628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326628

Black with #326628

Text Example


Text Example

White with #326628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326628; }

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

 H1.HeaderClassName
 {
   color: #326628;
 }
 .AnyTagClassName
 {
   color: #326628;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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