Html Css Color HEX #325C21 Green House

📋 copy color: '#325C21'

red 50 ◦ green 92 ◦ blue 33

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

Shades of Green House #325C21

Tints of Green House #325C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.57%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 28.57%
G = 52.57%
B = 18.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#325C21 (or 0x325C21) is known color: Green House. HEX triplet: 32, 5C and 21. RGB value is (50,92,33). Sum of RGB (Red+Green+Blue) = 50+92+33=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #325C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C21 is #CDA3DE. Grayscale: #484848. Windows color (decimal): -13476831 or 2186290. OLE color: 2186290.

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

Color convert

RGB 50 92 33 -
CMYK 0.46 0 0.64 0.64
HSL 102.71º 0.47% 0.25% -
HSV(B) 102.71º 0.64% 0.36% -
XYZ 5.42 8.44 2.78 -
YUV 72.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 50 92 33 0.46 0 0.64 0.64 102.71 0.47 0.25
Hex 32 5C 21 2E 0 40 40 67 2F 19
Octal 62 134 41 56 0 100 100 147 57 31
Binary 110010 1011100 100001 101110 0 1000000 1000000 1100111 101111 11001

Color Harmonies of #325C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C21

Black with #325C21

Text Example


Text Example

White with #325C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,33); }

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

background-color css

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

 a { background-color: rgb(50,92,33); }

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

border-color css

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

 span { border-color: rgb(50,92,33); }

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