Html Css Color HEX #326825 Green House

📋 copy color: '#326825'

red 50 ◦ green 104 ◦ blue 37

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

Shades of Green House #326825

Tints of Green House #326825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.45%

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

R = 26.18%
G = 54.45%
B = 19.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#326825 (or 0x326825) is known color: Green House. HEX triplet: 32, 68 and 25. RGB value is (50,104,37). Sum of RGB (Red+Green+Blue) = 50+104+37=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #326825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326825 is #CD97DA. Grayscale: #505050. Windows color (decimal): -13473755 or 2451506. OLE color: 2451506.

HSL color Cylindrical-coordinate representation of color #326825: hue angle of 108.36º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326825 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 37 -
CMYK 0.52 0 0.64 0.59
HSL 108.36º 0.48% 0.28% -
HSV(B) 108.36º 0.64% 0.41% -
XYZ 6.6 10.71 3.47 -
YUV 80.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 50 104 37 0.52 0 0.64 0.59 108.36 0.48 0.28
Hex 32 68 25 34 0 40 3B 6C 30 1C
Octal 62 150 45 64 0 100 73 154 60 34
Binary 110010 1101000 100101 110100 0 1000000 111011 1101100 110000 11100

Color Harmonies of #326825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326825

Black with #326825

Text Example


Text Example

White with #326825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326825; }

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

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

background-color css

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

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

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

border-color css

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

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

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