Html Css Color HEX #326125 Green House

📋 copy color: '#326125'

red 50 ◦ green 97 ◦ blue 37

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

Shades of Green House #326125

Tints of Green House #326125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

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

R = 27.17%
G = 52.72%
B = 20.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#326125 (or 0x326125) is known color: Green House. HEX triplet: 32, 61 and 25. RGB value is (50,97,37). Sum of RGB (Red+Green+Blue) = 50+97+37=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #326125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326125 is #CD9EDA. Grayscale: #4C4C4C. Windows color (decimal): -13475547 or 2449714. OLE color: 2449714.

HSL color Cylindrical-coordinate representation of color #326125: hue angle of 107º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326125 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 37 -
CMYK 0.48 0 0.62 0.62
HSL 107º 0.45% 0.26% -
HSV(B) 107º 0.62% 0.38% -
XYZ 5.92 9.36 3.24 -
YUV 76.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 50 97 37 0.48 0 0.62 0.62 107 0.45 0.26
Hex 32 61 25 30 0 3E 3E 6B 2D 1A
Octal 62 141 45 60 0 76 76 153 55 32
Binary 110010 1100001 100101 110000 0 111110 111110 1101011 101101 11010

Color Harmonies of #326125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326125

Black with #326125

Text Example


Text Example

White with #326125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326125; }

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

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

background-color css

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

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

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

border-color css

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

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

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