Html Css Color HEX #496D27 Dell

📋 copy color: '#496D27'

red 73 ◦ green 109 ◦ blue 39

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

Shades of Dell #496D27

Tints of Dell #496D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.32%

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 33.03%
G = 49.32%
B = 17.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#496D27 (or 0x496D27) is known color: Dell. HEX triplet: 49, 6D and 27. RGB value is (73,109,39). Sum of RGB (Red+Green+Blue) = 73+109+39=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #496D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D27 is #B692D8. Grayscale: #5A5A5A. Windows color (decimal): -11965145 or 2583881. OLE color: 2583881.

HSL color Cylindrical-coordinate representation of color #496D27: hue angle of 90.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496D27 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 109 39 -
CMYK 0.33 0 0.64 0.57
HSL 90.86º 0.47% 0.29% -
HSV(B) 90.86º 0.64% 0.43% -
XYZ 8.58 12.5 3.88 -
YUV 90.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 73 109 39 0.33 0 0.64 0.57 90.86 0.47 0.29
Hex 49 6D 27 21 0 40 39 5B 2F 1D
Octal 111 155 47 41 0 100 71 133 57 35
Binary 1001001 1101101 100111 100001 0 1000000 111001 1011011 101111 11101

Color Harmonies of #496D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D27

Black with #496D27

Text Example


Text Example

White with #496D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496D27; }

 p { color: rgb(73,109,39); }

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

background-color css

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

 a { background-color: rgb(73,109,39); }

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

border-color css

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

 span { border-color: rgb(73,109,39); }

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