Html Css Color HEX #326526 Green House

📋 copy color: '#326526'

red 50 ◦ green 101 ◦ blue 38

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

Shades of Green House #326526

Tints of Green House #326526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.44%

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 26.46%
G = 53.44%
B = 20.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#326526 (or 0x326526) is known color: Green House. HEX triplet: 32, 65 and 26. RGB value is (50,101,38). Sum of RGB (Red+Green+Blue) = 50+101+38=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #326526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326526 is #CD9AD9. Grayscale: #4E4E4E. Windows color (decimal): -13474522 or 2516274. OLE color: 2516274.

HSL color Cylindrical-coordinate representation of color #326526: hue angle of 108.57º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326526 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 101 38 -
CMYK 0.50 0 0.62 0.60
HSL 108.57º 0.45% 0.27% -
HSV(B) 108.57º 0.62% 0.4% -
XYZ 6.32 10.13 3.46 -
YUV 78.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 50 101 38 0.50 0 0.62 0.60 108.57 0.45 0.27
Hex 32 65 26 32 0 3E 3C 6D 2D 1B
Octal 62 145 46 62 0 76 74 155 55 33
Binary 110010 1100101 100110 110010 0 111110 111100 1101101 101101 11011

Color Harmonies of #326526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326526

Black with #326526

Text Example


Text Example

White with #326526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326526; }

 p { color: rgb(50,101,38); }

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

background-color css

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

 a { background-color: rgb(50,101,38); }

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

border-color css

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

 span { border-color: rgb(50,101,38); }

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