Html Css Color HEX #496336 Dell

📋 copy color: '#496336'

red 73 ◦ green 99 ◦ blue 54

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

Shades of Dell #496336

Tints of Dell #496336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 32.3%
G = 43.81%
B = 23.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#496336 (or 0x496336) is known color: Dell. HEX triplet: 49, 63 and 36. RGB value is (73,99,54). Sum of RGB (Red+Green+Blue) = 73+99+54=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #496336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496336 is #B69CC9. Grayscale: #565656. Windows color (decimal): -11967690 or 3564361. OLE color: 3564361.

HSL color Cylindrical-coordinate representation of color #496336: hue angle of 94.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496336 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 54 -
CMYK 0.26 0 0.45 0.61
HSL 94.67º 0.29% 0.3% -
HSV(B) 94.67º 0.45% 0.39% -
XYZ 7.88 10.61 5.12 -
YUV 86.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 73 99 54 0.26 0 0.45 0.61 94.67 0.29 0.3
Hex 49 63 36 1A 0 2D 3D 5F 1D 1E
Octal 111 143 66 32 0 55 75 137 35 36
Binary 1001001 1100011 110110 11010 0 101101 111101 1011111 11101 11110

Color Harmonies of #496336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496336

Black with #496336

Text Example


Text Example

White with #496336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496336; }

 p { color: rgb(73,99,54); }

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

background-color css

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

 a { background-color: rgb(73,99,54); }

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

border-color css

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

 span { border-color: rgb(73,99,54); }

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