Html Css Color HEX #325929 Green House

📋 copy color: '#325929'

red 50 ◦ green 89 ◦ blue 41

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

Shades of Green House #325929

Tints of Green House #325929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.44%

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

R = 27.78%
G = 49.44%
B = 22.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#325929 (or 0x325929) is known color: Green House. HEX triplet: 32, 59 and 29. RGB value is (50,89,41). Sum of RGB (Red+Green+Blue) = 50+89+41=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #325929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325929 is #CDA6D6. Grayscale: #484848. Windows color (decimal): -13477591 or 2709810. OLE color: 2709810.

HSL color Cylindrical-coordinate representation of color #325929: hue angle of 108.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #325929 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 41 -
CMYK 0.44 0 0.54 0.65
HSL 108.75º 0.37% 0.25% -
HSV(B) 108.75º 0.54% 0.35% -
XYZ 5.29 7.98 3.36 -
YUV 71.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 50 89 41 0.44 0 0.54 0.65 108.75 0.37 0.25
Hex 32 59 29 2C 0 36 41 6D 25 19
Octal 62 131 51 54 0 66 101 155 45 31
Binary 110010 1011001 101001 101100 0 110110 1000001 1101101 100101 11001

Color Harmonies of #325929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325929

Black with #325929

Text Example


Text Example

White with #325929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325929; }

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

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

background-color css

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

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

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

border-color css

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

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

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