Html Css Color HEX #496928 Dell

📋 copy color: '#496928'

red 73 ◦ green 105 ◦ blue 40

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

Shades of Dell #496928

Tints of Dell #496928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 33.49%
G = 48.17%
B = 18.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#496928 (or 0x496928) is known color: Dell. HEX triplet: 49, 69 and 28. RGB value is (73,105,40). Sum of RGB (Red+Green+Blue) = 73+105+40=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #496928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496928 is #B696D7. Grayscale: #585858. Windows color (decimal): -11966168 or 2648393. OLE color: 2648393.

HSL color Cylindrical-coordinate representation of color #496928: hue angle of 89.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #496928 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 40 -
CMYK 0.30 0 0.62 0.59
HSL 89.54º 0.45% 0.28% -
HSV(B) 89.54º 0.62% 0.41% -
XYZ 8.18 11.67 3.83 -
YUV 88.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 73 105 40 0.30 0 0.62 0.59 89.54 0.45 0.28
Hex 49 69 28 1E 0 3E 3B 5A 2D 1C
Octal 111 151 50 36 0 76 73 132 55 34
Binary 1001001 1101001 101000 11110 0 111110 111011 1011010 101101 11100

Color Harmonies of #496928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496928

Black with #496928

Text Example


Text Example

White with #496928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496928; }

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

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

background-color css

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

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

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

border-color css

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

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

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