Html Css Color HEX #325B25 Green House

📋 copy color: '#325B25'

red 50 ◦ green 91 ◦ blue 37

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

Shades of Green House #325B25

Tints of Green House #325B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 28.09%
G = 51.12%
B = 20.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#325B25 (or 0x325B25) is known color: Green House. HEX triplet: 32, 5B and 25. RGB value is (50,91,37). Sum of RGB (Red+Green+Blue) = 50+91+37=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #325B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B25 is #CDA4DA. Grayscale: #484848. Windows color (decimal): -13477083 or 2448178. OLE color: 2448178.

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

Color convert

RGB 50 91 37 -
CMYK 0.45 0 0.59 0.64
HSL 105.56º 0.42% 0.25% -
HSV(B) 105.56º 0.59% 0.36% -
XYZ 5.39 8.29 3.07 -
YUV 72.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 50 91 37 0.45 0 0.59 0.64 105.56 0.42 0.25
Hex 32 5B 25 2D 0 3B 40 6A 2A 19
Octal 62 133 45 55 0 73 100 152 52 31
Binary 110010 1011011 100101 101101 0 111011 1000000 1101010 101010 11001

Color Harmonies of #325B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B25

Black with #325B25

Text Example


Text Example

White with #325B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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