#486133

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

Shades of Dell #486133

Tints of Dell #486133

Color information

#486133 (or 0x486133) is unknown color: approx Dell. HEX triplet: 48, 61 and 33. RGB value is (72,97,51). Sum of RGB (Red+Green+Blue) = 72+97+51=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #486133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486133 is #B79ECC. Grayscale: #545454. Windows color (decimal): -12033741 or 3367240. OLE color: 3367240.

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

Color convert

RGB729751-
CMYK0.2600.470.62
HSL92.61º31.08%29.02%-
HSV(B)92.61º47.42%38.04%-
XYZ7.5410.174.7-
YUV84.28109.22119.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=32.73%
G=44.09%
B=23.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297510.2600.470.6292.6131.0829.02
Hex4861331A02F3E5d1f1d
Octal1101416332057761353735
Binary1001000110000111001111010010111111111010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486133; }

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

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

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

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

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

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

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

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