Html Css Color HEX #326016 Green House

📋 copy color: '#326016'

red 50 ◦ green 96 ◦ blue 22

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

Shades of Green House #326016

Tints of Green House #326016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.14%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 29.76%
G = 57.14%
B = 13.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#326016 (or 0x326016) is known color: Green House. HEX triplet: 32, 60 and 16. RGB value is (50,96,22). Sum of RGB (Red+Green+Blue) = 50+96+22=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #326016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326016 is #CD9FE9. Grayscale: #4A4A4A. Windows color (decimal): -13475818 or 1466418. OLE color: 1466418.

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

Color convert

RGB 50 96 22 -
CMYK 0.48 0 0.77 0.62
HSL 97.3º 0.63% 0.23% -
HSV(B) 97.3º 0.77% 0.38% -
XYZ 5.64 9.1 2.22 -
YUV 73.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 50 96 22 0.48 0 0.77 0.62 97.3 0.63 0.23
Hex 32 60 16 30 0 4D 3E 61 3F 17
Octal 62 140 26 60 0 115 76 141 77 27
Binary 110010 1100000 10110 110000 0 1001101 111110 1100001 111111 10111

Color Harmonies of #326016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326016

Black with #326016

Text Example


Text Example

White with #326016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326016; }

 p { color: rgb(50,96,22); }

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

background-color css

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

 a { background-color: rgb(50,96,22); }

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

border-color css

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

 span { border-color: rgb(50,96,22); }

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