#49762A

Color #49762A Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #49762A

Tints of Dell #49762A

Color information

#49762A (or 0x49762A) is unknown color: approx Dell. HEX triplet: 49, 76 and 2A. RGB value is (73,118,42). Sum of RGB (Red+Green+Blue) = 73+118+42=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #49762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49762A is #B689D5. Grayscale: #606060. Windows color (decimal): -11962838 or 2782793. OLE color: 2782793.

HSL color Cylindrical-coordinate representation of color #49762A: hue angle of 95.53º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49762A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB7311842-
CMYK0.3800.640.54
HSL95.53º47.5%31.37%-
HSV(B)95.53º64.41%46.27%-
XYZ9.6414.544.49-
YUV95.8897.59111.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=31.33%
G=50.64%
B=18.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118420.3800.640.5495.5347.531.37
Hex49762A260403660301f
Octal11116652460100661406037
Binary1001001111011010101010011001000000110110110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49762A; }

 p { color: rgb(73,118,42); }

 H1.HeaderClassName
 {
   color: #49762A;
 }
 .AnyTagClassName
 {
   color: #49762A;
 }
</style>
background-color css

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

 a { background-color: rgb(73,118,42); }

 div.DivClassName
 {
   background-color: #49762A;
 }
 .BgClassName
 {
   background-color: #49762A;
 }
</style>
border-color css

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

 span { border-color: rgb(73,118,42); }

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