Html Css Color HEX #326223 Green House

📋 copy color: '#326223'

red 50 ◦ green 98 ◦ blue 35

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

Shades of Green House #326223

Tints of Green House #326223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 27.32%
G = 53.55%
B = 19.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#326223 (or 0x326223) is known color: Green House. HEX triplet: 32, 62 and 23. RGB value is (50,98,35). Sum of RGB (Red+Green+Blue) = 50+98+35=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #326223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326223 is #CD9DDC. Grayscale: #4C4C4C. Windows color (decimal): -13475293 or 2318898. OLE color: 2318898.

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

Color convert

RGB 50 98 35 -
CMYK 0.49 0 0.64 0.62
HSL 105.71º 0.47% 0.26% -
HSV(B) 105.71º 0.64% 0.38% -
XYZ 5.99 9.53 3.11 -
YUV 76.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 50 98 35 0.49 0 0.64 0.62 105.71 0.47 0.26
Hex 32 62 23 31 0 40 3E 6A 2F 1A
Octal 62 142 43 61 0 100 76 152 57 32
Binary 110010 1100010 100011 110001 0 1000000 111110 1101010 101111 11010

Color Harmonies of #326223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326223

Black with #326223

Text Example


Text Example

White with #326223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326223; }

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

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

background-color css

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

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

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

border-color css

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

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

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