Html Css Color HEX #496134 Dell

📋 copy color: '#496134'

red 73 ◦ green 97 ◦ blue 52

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

Shades of Dell #496134

Tints of Dell #496134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 32.88%
G = 43.69%
B = 23.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#496134 (or 0x496134) is known color: Dell. HEX triplet: 49, 61 and 34. RGB value is (73,97,52). Sum of RGB (Red+Green+Blue) = 73+97+52=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #496134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496134 is #B69ECB. Grayscale: #545454. Windows color (decimal): -11968204 or 3432777. OLE color: 3432777.

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

Color convert

RGB 73 97 52 -
CMYK 0.25 0 0.46 0.62
HSL 92º 0.3% 0.29% -
HSV(B) 92º 0.46% 0.38% -
XYZ 7.64 10.21 4.82 -
YUV 84.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 73 97 52 0.25 0 0.46 0.62 92 0.3 0.29
Hex 49 61 34 19 0 2E 3E 5C 1E 1D
Octal 111 141 64 31 0 56 76 134 36 35
Binary 1001001 1100001 110100 11001 0 101110 111110 1011100 11110 11101

Color Harmonies of #496134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496134

Black with #496134

Text Example


Text Example

White with #496134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496134; }

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

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

background-color css

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

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

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

border-color css

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

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

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