Html Css Color HEX #325D20 Green House

📋 copy color: '#325D20'

red 50 ◦ green 93 ◦ blue 32

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

Shades of Green House #325D20

Tints of Green House #325D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 28.57%
G = 53.14%
B = 18.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#325D20 (or 0x325D20) is known color: Green House. HEX triplet: 32, 5D and 20. RGB value is (50,93,32). Sum of RGB (Red+Green+Blue) = 50+93+32=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #325D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D20 is #CDA2DF. Grayscale: #494949. Windows color (decimal): -13476576 or 2121010. OLE color: 2121010.

HSL color Cylindrical-coordinate representation of color #325D20: hue angle of 102.3º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325D20 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 32 -
CMYK 0.46 0 0.66 0.64
HSL 102.3º 0.49% 0.25% -
HSV(B) 102.3º 0.66% 0.36% -
XYZ 5.49 8.61 2.74 -
YUV 73.19 104.75 111.46 -
System Red Green Blue C M Y K H S L
Decimal 50 93 32 0.46 0 0.66 0.64 102.3 0.49 0.25
Hex 32 5D 20 2E 0 42 40 66 31 19
Octal 62 135 40 56 0 102 100 146 61 31
Binary 110010 1011101 100000 101110 0 1000010 1000000 1100110 110001 11001

Color Harmonies of #325D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D20

Black with #325D20

Text Example


Text Example

White with #325D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,32); }

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

background-color css

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

 a { background-color: rgb(50,93,32); }

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

border-color css

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

 span { border-color: rgb(50,93,32); }

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