Html Css Color HEX #326028 Green House

📋 copy color: '#326028'

red 50 ◦ green 96 ◦ blue 40

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

Shades of Green House #326028

Tints of Green House #326028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 26.88%
G = 51.61%
B = 21.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#326028 (or 0x326028) is known color: Green House. HEX triplet: 32, 60 and 28. RGB value is (50,96,40). Sum of RGB (Red+Green+Blue) = 50+96+40=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #326028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326028 is #CD9FD7. Grayscale: #4C4C4C. Windows color (decimal): -13475800 or 2646066. OLE color: 2646066.

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

Color convert

RGB 50 96 40 -
CMYK 0.48 0 0.58 0.62
HSL 109.29º 0.41% 0.27% -
HSV(B) 109.29º 0.58% 0.38% -
XYZ 5.88 9.2 3.47 -
YUV 75.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 50 96 40 0.48 0 0.58 0.62 109.29 0.41 0.27
Hex 32 60 28 30 0 3A 3E 6D 29 1B
Octal 62 140 50 60 0 72 76 155 51 33
Binary 110010 1100000 101000 110000 0 111010 111110 1101101 101001 11011

Color Harmonies of #326028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326028

Black with #326028

Text Example


Text Example

White with #326028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326028; }

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

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

background-color css

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

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

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

border-color css

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

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

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