Html Css Color HEX #496130 Dell

📋 copy color: '#496130'

red 73 ◦ green 97 ◦ blue 48

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

Shades of Dell #496130

Tints of Dell #496130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 33.49%
G = 44.5%
B = 22.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#496130 (or 0x496130) is known color: Dell. HEX triplet: 49, 61 and 30. RGB value is (73,97,48). Sum of RGB (Red+Green+Blue) = 73+97+48=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #496130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496130 is #B69ECF. Grayscale: #545454. Windows color (decimal): -11968208 or 3170633. OLE color: 3170633.

HSL color Cylindrical-coordinate representation of color #496130: hue angle of 89.39º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496130 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 48 -
CMYK 0.25 0 0.51 0.62
HSL 89.39º 0.34% 0.28% -
HSV(B) 89.39º 0.51% 0.38% -
XYZ 7.56 10.18 4.36 -
YUV 84.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 73 97 48 0.25 0 0.51 0.62 89.39 0.34 0.28
Hex 49 61 30 19 0 33 3E 59 22 1C
Octal 111 141 60 31 0 63 76 131 42 34
Binary 1001001 1100001 110000 11001 0 110011 111110 1011001 100010 11100

Color Harmonies of #496130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496130

Black with #496130

Text Example


Text Example

White with #496130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496130; }

 p { color: rgb(73,97,48); }

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

background-color css

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

 a { background-color: rgb(73,97,48); }

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

border-color css

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

 span { border-color: rgb(73,97,48); }

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