Html Css Color HEX #496428 Dell

📋 copy color: '#496428'

red 73 ◦ green 100 ◦ blue 40

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

Shades of Dell #496428

Tints of Dell #496428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.95%

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

R = 34.27%
G = 46.95%
B = 18.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#496428 (or 0x496428) is known color: Dell. HEX triplet: 49, 64 and 28. RGB value is (73,100,40). Sum of RGB (Red+Green+Blue) = 73+100+40=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #496428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496428 is #B69BD7. Grayscale: #555555. Windows color (decimal): -11967448 or 2647113. OLE color: 2647113.

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

Color convert

RGB 73 100 40 -
CMYK 0.27 0 0.6 0.61
HSL 87º 0.43% 0.27% -
HSV(B) 87º 0.6% 0.39% -
XYZ 7.69 10.68 3.66 -
YUV 85.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 73 100 40 0.27 0 0.6 0.61 87 0.43 0.27
Hex 49 64 28 1B 0 3C 3D 57 2B 1B
Octal 111 144 50 33 0 74 75 127 53 33
Binary 1001001 1100100 101000 11011 0 111100 111101 1010111 101011 11011

Color Harmonies of #496428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496428

Black with #496428

Text Example


Text Example

White with #496428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496428; }

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

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

background-color css

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

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

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

border-color css

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

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

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