Html Css Color HEX #496F27 Dell

📋 copy color: '#496F27'

red 73 ◦ green 111 ◦ blue 39

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

Shades of Dell #496F27

Tints of Dell #496F27

RGB

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

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

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

R = 32.74%
G = 49.78%
B = 17.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#496F27 (or 0x496F27) is known color: Dell. HEX triplet: 49, 6F and 27. RGB value is (73,111,39). Sum of RGB (Red+Green+Blue) = 73+111+39=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #496F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F27 is #B690D8. Grayscale: #5B5B5B. Windows color (decimal): -11964633 or 2584393. OLE color: 2584393.

HSL color Cylindrical-coordinate representation of color #496F27: hue angle of 91.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496F27 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 39 -
CMYK 0.34 0 0.65 0.56
HSL 91.67º 0.48% 0.29% -
HSV(B) 91.67º 0.65% 0.44% -
XYZ 8.8 12.93 3.95 -
YUV 91.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 73 111 39 0.34 0 0.65 0.56 91.67 0.48 0.29
Hex 49 6F 27 22 0 41 38 5C 30 1D
Octal 111 157 47 42 0 101 70 134 60 35
Binary 1001001 1101111 100111 100010 0 1000001 111000 1011100 110000 11101

Color Harmonies of #496F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F27

Black with #496F27

Text Example


Text Example

White with #496F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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