Html Css Color HEX #496828 Dell

📋 copy color: '#496828'

red 73 ◦ green 104 ◦ blue 40

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

Shades of Dell #496828

Tints of Dell #496828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

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

R = 33.64%
G = 47.93%
B = 18.43%

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

#496828 (or 0x496828) is known color: Dell. HEX triplet: 49, 68 and 28. RGB value is (73,104,40). Sum of RGB (Red+Green+Blue) = 73+104+40=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #496828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496828 is #B697D7. Grayscale: #575757. Windows color (decimal): -11966424 or 2648137. OLE color: 2648137.

HSL color Cylindrical-coordinate representation of color #496828: hue angle of 89.06º degrees, saturation: 0.44, 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 #496828 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 40 -
CMYK 0.30 0 0.62 0.59
HSL 89.06º 0.44% 0.28% -
HSV(B) 89.06º 0.62% 0.41% -
XYZ 8.08 11.47 3.8 -
YUV 87.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 73 104 40 0.30 0 0.62 0.59 89.06 0.44 0.28
Hex 49 68 28 1E 0 3E 3B 59 2C 1C
Octal 111 150 50 36 0 76 73 131 54 34
Binary 1001001 1101000 101000 11110 0 111110 111011 1011001 101100 11100

Color Harmonies of #496828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496828

Black with #496828

Text Example


Text Example

White with #496828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496828; }

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

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

background-color css

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

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

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

border-color css

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

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

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