#47712A

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

Shades of Dell #47712A

Tints of Dell #47712A

Color information

#47712A (or 0x47712A) is unknown color: approx Dell. HEX triplet: 47, 71 and 2A. RGB value is (71,113,42). Sum of RGB (Red+Green+Blue) = 71+113+42=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #47712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47712A is #B88ED5. Grayscale: #5C5C5C. Windows color (decimal): -12095190 or 2781511. OLE color: 2781511.

HSL color Cylindrical-coordinate representation of color #47712A: hue angle of 95.49º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47712A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB7111342-
CMYK0.3700.630.56
HSL95.49º45.81%30.39%-
HSV(B)95.49º62.83%44.31%-
XYZ8.9213.324.29-
YUV92.3599.59112.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=31.42%
G=50%
B=18.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71113420.3700.630.5695.4945.8130.39
Hex47712A2503F385f2e1e
Octal1071615245077701375636
Binary100011111100011010101001010111111111000101111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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