Html Css Color HEX #326925 Green House

📋 copy color: '#326925'

red 50 ◦ green 105 ◦ blue 37

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

Shades of Green House #326925

Tints of Green House #326925

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.69%

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

R = 26.04%
G = 54.69%
B = 19.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#326925 (or 0x326925) is known color: Green House. HEX triplet: 32, 69 and 25. RGB value is (50,105,37). Sum of RGB (Red+Green+Blue) = 50+105+37=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #326925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326925 is #CD96DA. Grayscale: #515151. Windows color (decimal): -13473499 or 2451762. OLE color: 2451762.

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

Color convert

RGB 50 105 37 -
CMYK 0.52 0 0.65 0.59
HSL 108.53º 0.48% 0.28% -
HSV(B) 108.53º 0.65% 0.41% -
XYZ 6.7 10.91 3.5 -
YUV 80.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 50 105 37 0.52 0 0.65 0.59 108.53 0.48 0.28
Hex 32 69 25 34 0 41 3B 6D 30 1C
Octal 62 151 45 64 0 101 73 155 60 34
Binary 110010 1101001 100101 110100 0 1000001 111011 1101101 110000 11100

Color Harmonies of #326925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326925

Black with #326925

Text Example


Text Example

White with #326925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326925; }

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

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

background-color css

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

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

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

border-color css

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

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

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