Html Css Color HEX #325B24 Green House

📋 copy color: '#325B24'

red 50 ◦ green 91 ◦ blue 36

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

Shades of Green House #325B24

Tints of Green House #325B24

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 28.25%
G = 51.41%
B = 20.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#325B24 (or 0x325B24) is known color: Green House. HEX triplet: 32, 5B and 24. RGB value is (50,91,36). Sum of RGB (Red+Green+Blue) = 50+91+36=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #325B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B24 is #CDA4DB. Grayscale: #484848. Windows color (decimal): -13477084 or 2382642. OLE color: 2382642.

HSL color Cylindrical-coordinate representation of color #325B24: hue angle of 104.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325B24 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 36 -
CMYK 0.45 0 0.60 0.64
HSL 104.73º 0.43% 0.25% -
HSV(B) 104.73º 0.6% 0.36% -
XYZ 5.37 8.29 2.99 -
YUV 72.47 107.42 111.97 -
System Red Green Blue C M Y K H S L
Decimal 50 91 36 0.45 0 0.60 0.64 104.73 0.43 0.25
Hex 32 5B 24 2D 0 3C 40 69 2B 19
Octal 62 133 44 55 0 74 100 151 53 31
Binary 110010 1011011 100100 101101 0 111100 1000000 1101001 101011 11001

Color Harmonies of #325B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B24

Black with #325B24

Text Example


Text Example

White with #325B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325B24; }

 p { color: rgb(50,91,36); }

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

background-color css

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

 a { background-color: rgb(50,91,36); }

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

border-color css

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

 span { border-color: rgb(50,91,36); }

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