Html Css Color HEX #325928 Green House

📋 copy color: '#325928'

red 50 ◦ green 89 ◦ blue 40

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

Shades of Green House #325928

Tints of Green House #325928

RGB

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

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

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

R = 27.93%
G = 49.72%
B = 22.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#325928 (or 0x325928) is known color: Green House. HEX triplet: 32, 59 and 28. RGB value is (50,89,40). Sum of RGB (Red+Green+Blue) = 50+89+40=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #325928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325928 is #CDA6D7. Grayscale: #474747. Windows color (decimal): -13477592 or 2644274. OLE color: 2644274.

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

Color convert

RGB 50 89 40 -
CMYK 0.44 0 0.55 0.65
HSL 107.76º 0.38% 0.25% -
HSV(B) 107.76º 0.55% 0.35% -
XYZ 5.27 7.98 3.27 -
YUV 71.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 50 89 40 0.44 0 0.55 0.65 107.76 0.38 0.25
Hex 32 59 28 2C 0 37 41 6C 26 19
Octal 62 131 50 54 0 67 101 154 46 31
Binary 110010 1011001 101000 101100 0 110111 1000001 1101100 100110 11001

Color Harmonies of #325928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325928

Black with #325928

Text Example


Text Example

White with #325928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325928; }

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

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

background-color css

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

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

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

border-color css

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

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

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