#47602A

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

Shades of Dell #47602A

Tints of Dell #47602A

Color information

#47602A (or 0x47602A) is unknown color: approx Dell. HEX triplet: 47, 60 and 2A. RGB value is (71,96,42). Sum of RGB (Red+Green+Blue) = 71+96+42=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #47602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47602A is #B89FD5. Grayscale: #525252. Windows color (decimal): -12099542 or 2777159. OLE color: 2777159.

HSL color Cylindrical-coordinate representation of color #47602A: hue angle of 87.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47602A is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB719642-
CMYK0.2600.560.62
HSL87.78º39.13%27.06%-
HSV(B)87.78º56.25%37.65%-
XYZ7.29.873.72-
YUV82.37105.22119.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=33.97%
G=45.93%
B=20.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196420.2600.560.6287.7839.1327.06
Hex47602A1A0383E58271b
Octal1071405232070761304733
Binary10001111100000101010110100111000111110101100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,96,42); }

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

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

 a { background-color: rgb(71,96,42); }

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

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

 span { border-color: rgb(71,96,42); }

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