Html Css Color HEX #325D28 Green House

📋 copy color: '#325D28'

red 50 ◦ green 93 ◦ blue 40

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

Shades of Green House #325D28

Tints of Green House #325D28

RGB

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

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

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

R = 27.32%
G = 50.82%
B = 21.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#325D28 (or 0x325D28) is known color: Green House. HEX triplet: 32, 5D and 28. RGB value is (50,93,40). Sum of RGB (Red+Green+Blue) = 50+93+40=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #325D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D28 is #CDA2D7. Grayscale: #4A4A4A. Windows color (decimal): -13476568 or 2645298. OLE color: 2645298.

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

Color convert

RGB 50 93 40 -
CMYK 0.46 0 0.57 0.64
HSL 108.68º 0.4% 0.26% -
HSV(B) 108.68º 0.57% 0.36% -
XYZ 5.61 8.66 3.38 -
YUV 74.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 50 93 40 0.46 0 0.57 0.64 108.68 0.4 0.26
Hex 32 5D 28 2E 0 39 40 6D 28 1A
Octal 62 135 50 56 0 71 100 155 50 32
Binary 110010 1011101 101000 101110 0 111001 1000000 1101101 101000 11010

Color Harmonies of #325D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D28

Black with #325D28

Text Example


Text Example

White with #325D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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