#486130

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

Shades of Dell #486130

Tints of Dell #486130

Color information

#486130 (or 0x486130) is unknown color: approx Dell. HEX triplet: 48, 61 and 30. RGB value is (72,97,48). Sum of RGB (Red+Green+Blue) = 72+97+48=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #486130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486130 is #B79ECF. Grayscale: #545454. Windows color (decimal): -12033744 or 3170632. OLE color: 3170632.

HSL color Cylindrical-coordinate representation of color #486130: hue angle of 90.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486130 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB729748-
CMYK0.2600.510.62
HSL90.61º33.79%28.43%-
HSV(B)90.61º50.52%38.04%-
XYZ7.4810.144.36-
YUV83.94107.72119.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=33.18%
G=44.70%
B=22.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297480.2600.510.6290.6133.7928.43
Hex4861301A0333E5b221c
Octal1101416032063761334234
Binary10010001100001110000110100110011111110101101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486130; }

 p { color: rgb(72,97,48); }

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

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

 a { background-color: rgb(72,97,48); }

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

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

 span { border-color: rgb(72,97,48); }

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