Html Css Color HEX #496528 Dell

📋 copy color: '#496528'

red 73 ◦ green 101 ◦ blue 40

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

Shades of Dell #496528

Tints of Dell #496528

RGB

 RED value IS 73 (28.91% from 255) = 34.11%

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

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

R = 34.11%
G = 47.2%
B = 18.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#496528 (or 0x496528) is known color: Dell. HEX triplet: 49, 65 and 28. RGB value is (73,101,40). Sum of RGB (Red+Green+Blue) = 73+101+40=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #496528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496528 is #B69AD7. Grayscale: #555555. Windows color (decimal): -11967192 or 2647369. OLE color: 2647369.

HSL color Cylindrical-coordinate representation of color #496528: hue angle of 87.54º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496528 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 40 -
CMYK 0.28 0 0.60 0.60
HSL 87.54º 0.43% 0.28% -
HSV(B) 87.54º 0.6% 0.4% -
XYZ 7.78 10.88 3.7 -
YUV 85.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 73 101 40 0.28 0 0.60 0.60 87.54 0.43 0.28
Hex 49 65 28 1C 0 3C 3C 58 2B 1C
Octal 111 145 50 34 0 74 74 130 53 34
Binary 1001001 1100101 101000 11100 0 111100 111100 1011000 101011 11100

Color Harmonies of #496528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496528

Black with #496528

Text Example


Text Example

White with #496528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496528; }

 p { color: rgb(73,101,40); }

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

background-color css

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

 a { background-color: rgb(73,101,40); }

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

border-color css

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

 span { border-color: rgb(73,101,40); }

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