#486B34

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

Shades of Dell #486B34

Tints of Dell #486B34

Color information

#486B34 (or 0x486B34) is unknown color: approx Dell. HEX triplet: 48, 6B and 34. RGB value is (72,107,52). Sum of RGB (Red+Green+Blue) = 72+107+52=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #486B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B34 is #B794CB. Grayscale: #5A5A5A. Windows color (decimal): -12031180 or 3435336. OLE color: 3435336.

HSL color Cylindrical-coordinate representation of color #486B34: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486B34 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB7210752-
CMYK0.3300.510.58
HSL98.18º34.59%31.18%-
HSV(B)98.18º51.4%41.96%-
XYZ8.5512.145.14-
YUV90.26106.4114.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=31.17%
G=46.32%
B=22.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107520.3300.510.5898.1834.5931.18
Hex486B34210333A62231f
Octal1101536441063721424337
Binary100100011010111101001000010110011111010110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486B34; }

 p { color: rgb(72,107,52); }

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

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

 a { background-color: rgb(72,107,52); }

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

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

 span { border-color: rgb(72,107,52); }

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