#487035

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

Shades of Dell #487035

Tints of Dell #487035

Color information

#487035 (or 0x487035) is unknown color: approx Dell. HEX triplet: 48, 70 and 35. RGB value is (72,112,53). Sum of RGB (Red+Green+Blue) = 72+112+53=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #487035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487035 is #B78FCA. Grayscale: #5D5D5D. Windows color (decimal): -12029899 or 3502152. OLE color: 3502152.

HSL color Cylindrical-coordinate representation of color #487035: hue angle of 100.68º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #487035 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB7211253-
CMYK0.3600.530.56
HSL100.68º35.76%32.35%-
HSV(B)100.68º52.68%43.92%-
XYZ9.1113.225.44-
YUV93.31105.25112.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=30.38%
G=47.26%
B=22.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112530.3600.530.56100.6835.7632.35
Hex4870352403538652420
Octal1101606544065701454440
Binary1001000111000011010110010001101011110001100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487035; }

 p { color: rgb(72,112,53); }

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

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

 a { background-color: rgb(72,112,53); }

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

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

 span { border-color: rgb(72,112,53); }

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