Html Css Color HEX #496F2C Dell

📋 copy color: '#496F2C'

red 73 ◦ green 111 ◦ blue 44

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

Shades of Dell #496F2C

Tints of Dell #496F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.68%

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 32.02%
G = 48.68%
B = 19.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#496F2C (or 0x496F2C) is known color: Dell. HEX triplet: 49, 6F and 2C. RGB value is (73,111,44). Sum of RGB (Red+Green+Blue) = 73+111+44=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #496F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F2C is #B690D3. Grayscale: #5C5C5C. Windows color (decimal): -11964628 or 2912073. OLE color: 2912073.

HSL color Cylindrical-coordinate representation of color #496F2C: hue angle of 94.03º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496F2C is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 44 -
CMYK 0.34 0 0.60 0.56
HSL 94.03º 0.43% 0.3% -
HSV(B) 94.03º 0.6% 0.44% -
XYZ 8.89 12.97 4.42 -
YUV 92 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 73 111 44 0.34 0 0.60 0.56 94.03 0.43 0.3
Hex 49 6F 2C 22 0 3C 38 5E 2B 1E
Octal 111 157 54 42 0 74 70 136 53 36
Binary 1001001 1101111 101100 100010 0 111100 111000 1011110 101011 11110

Color Harmonies of #496F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F2C

Black with #496F2C

Text Example


Text Example

White with #496F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,111,44); }

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

background-color css

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

 a { background-color: rgb(73,111,44); }

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

border-color css

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

 span { border-color: rgb(73,111,44); }

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