Html Css Color HEX #326429 Green House

📋 copy color: '#326429'

red 50 ◦ green 100 ◦ blue 41

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

Shades of Green House #326429

Tints of Green House #326429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.36%

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 26.18%
G = 52.36%
B = 21.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#326429 (or 0x326429) is known color: Green House. HEX triplet: 32, 64 and 29. RGB value is (50,100,41). Sum of RGB (Red+Green+Blue) = 50+100+41=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #326429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326429 is #CD9BD6. Grayscale: #4E4E4E. Windows color (decimal): -13474775 or 2712626. OLE color: 2712626.

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

Color convert

RGB 50 100 41 -
CMYK 0.50 0 0.59 0.61
HSL 110.85º 0.42% 0.28% -
HSV(B) 110.85º 0.59% 0.39% -
XYZ 6.27 9.95 3.69 -
YUV 78.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 50 100 41 0.50 0 0.59 0.61 110.85 0.42 0.28
Hex 32 64 29 32 0 3B 3D 6F 2A 1C
Octal 62 144 51 62 0 73 75 157 52 34
Binary 110010 1100100 101001 110010 0 111011 111101 1101111 101010 11100

Color Harmonies of #326429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326429

Black with #326429

Text Example


Text Example

White with #326429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326429; }

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

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

background-color css

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

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

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

border-color css

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

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

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