Html Css Color HEX #326328 Green House

📋 copy color: '#326328'

red 50 ◦ green 99 ◦ blue 40

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

Shades of Green House #326328

Tints of Green House #326328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.38%

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

R = 26.46%
G = 52.38%
B = 21.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#326328 (or 0x326328) is known color: Green House. HEX triplet: 32, 63 and 28. RGB value is (50,99,40). Sum of RGB (Red+Green+Blue) = 50+99+40=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #326328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326328 is #CD9CD7. Grayscale: #4D4D4D. Windows color (decimal): -13475032 or 2646834. OLE color: 2646834.

HSL color Cylindrical-coordinate representation of color #326328: hue angle of 109.83º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326328 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 40 -
CMYK 0.49 0 0.60 0.61
HSL 109.83º 0.42% 0.27% -
HSV(B) 109.83º 0.6% 0.39% -
XYZ 6.16 9.75 3.57 -
YUV 77.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 50 99 40 0.49 0 0.60 0.61 109.83 0.42 0.27
Hex 32 63 28 31 0 3C 3D 6E 2A 1B
Octal 62 143 50 61 0 74 75 156 52 33
Binary 110010 1100011 101000 110001 0 111100 111101 1101110 101010 11011

Color Harmonies of #326328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326328

Black with #326328

Text Example


Text Example

White with #326328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326328; }

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

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

background-color css

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

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

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

border-color css

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

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

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