Html Css Color HEX #326017 Green House

📋 copy color: '#326017'

red 50 ◦ green 96 ◦ blue 23

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

Shades of Green House #326017

Tints of Green House #326017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 29.59%
G = 56.8%
B = 13.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#326017 (or 0x326017) is known color: Green House. HEX triplet: 32, 60 and 17. RGB value is (50,96,23). Sum of RGB (Red+Green+Blue) = 50+96+23=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #326017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326017 is #CD9FE8. Grayscale: #4A4A4A. Windows color (decimal): -13475817 or 1531954. OLE color: 1531954.

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

Color convert

RGB 50 96 23 -
CMYK 0.48 0 0.76 0.62
HSL 97.81º 0.61% 0.23% -
HSV(B) 97.81º 0.76% 0.38% -
XYZ 5.65 9.11 2.27 -
YUV 73.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 50 96 23 0.48 0 0.76 0.62 97.81 0.61 0.23
Hex 32 60 17 30 0 4C 3E 62 3D 17
Octal 62 140 27 60 0 114 76 142 75 27
Binary 110010 1100000 10111 110000 0 1001100 111110 1100010 111101 10111

Color Harmonies of #326017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326017

Black with #326017

Text Example


Text Example

White with #326017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326017; }

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

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

background-color css

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

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

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

border-color css

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

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

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