Html Css Color HEX #326217 Green House

📋 copy color: '#326217'

red 50 ◦ green 98 ◦ blue 23

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

Shades of Green House #326217

Tints of Green House #326217

RGB

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

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

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

R = 29.24%
G = 57.31%
B = 13.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#326217 (or 0x326217) is known color: Green House. HEX triplet: 32, 62 and 17. RGB value is (50,98,23). Sum of RGB (Red+Green+Blue) = 50+98+23=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #326217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326217 is #CD9DE8. Grayscale: #4B4B4B. Windows color (decimal): -13475305 or 1532466. OLE color: 1532466.

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

Color convert

RGB 50 98 23 -
CMYK 0.49 0 0.77 0.62
HSL 98.4º 0.62% 0.24% -
HSV(B) 98.4º 0.77% 0.38% -
XYZ 5.84 9.48 2.33 -
YUV 75.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 50 98 23 0.49 0 0.77 0.62 98.4 0.62 0.24
Hex 32 62 17 31 0 4D 3E 62 3E 18
Octal 62 142 27 61 0 115 76 142 76 30
Binary 110010 1100010 10111 110001 0 1001101 111110 1100010 111110 11000

Color Harmonies of #326217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326217

Black with #326217

Text Example


Text Example

White with #326217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326217; }

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

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

background-color css

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

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

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

border-color css

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

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

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