Html Css Color HEX #326219 Green House

📋 copy color: '#326219'

red 50 ◦ green 98 ◦ blue 25

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

Shades of Green House #326219

Tints of Green House #326219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 28.9%
G = 56.65%
B = 14.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#326219 (or 0x326219) is known color: Green House. HEX triplet: 32, 62 and 19. RGB value is (50,98,25). Sum of RGB (Red+Green+Blue) = 50+98+25=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #326219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326219 is #CD9DE6. Grayscale: #4B4B4B. Windows color (decimal): -13475303 or 1663538. OLE color: 1663538.

HSL color Cylindrical-coordinate representation of color #326219: hue angle of 99.45º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326219 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 25 -
CMYK 0.49 0 0.74 0.62
HSL 99.45º 0.59% 0.24% -
HSV(B) 99.45º 0.74% 0.38% -
XYZ 5.86 9.48 2.44 -
YUV 75.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 50 98 25 0.49 0 0.74 0.62 99.45 0.59 0.24
Hex 32 62 19 31 0 4A 3E 63 3B 18
Octal 62 142 31 61 0 112 76 143 73 30
Binary 110010 1100010 11001 110001 0 1001010 111110 1100011 111011 11000

Color Harmonies of #326219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326219

Black with #326219

Text Example


Text Example

White with #326219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326219; }

 p { color: rgb(50,98,25); }

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

background-color css

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

 a { background-color: rgb(50,98,25); }

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

border-color css

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

 span { border-color: rgb(50,98,25); }

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