Html Css Color HEX #326215 Green House

📋 copy color: '#326215'

red 50 ◦ green 98 ◦ blue 21

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

Shades of Green House #326215

Tints of Green House #326215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 29.59%
G = 57.99%
B = 12.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#326215 (or 0x326215) is known color: Green House. HEX triplet: 32, 62 and 15. RGB value is (50,98,21). Sum of RGB (Red+Green+Blue) = 50+98+21=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #326215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326215 is #CD9DEA. Grayscale: #4B4B4B. Windows color (decimal): -13475307 or 1401394. OLE color: 1401394.

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

Color convert

RGB 50 98 21 -
CMYK 0.49 0 0.79 0.62
HSL 97.4º 0.65% 0.23% -
HSV(B) 97.4º 0.79% 0.38% -
XYZ 5.82 9.47 2.23 -
YUV 74.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 50 98 21 0.49 0 0.79 0.62 97.4 0.65 0.23
Hex 32 62 15 31 0 4F 3E 61 41 17
Octal 62 142 25 61 0 117 76 141 101 27
Binary 110010 1100010 10101 110001 0 1001111 111110 1100001 1000001 10111

Color Harmonies of #326215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326215

Black with #326215

Text Example


Text Example

White with #326215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326215; }

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

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

background-color css

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

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

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

border-color css

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

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

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