#42711E

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

Shades of Dell #42711E

Tints of Dell #42711E

Color information

#42711E (or 0x42711E) is unknown color: approx Dell. HEX triplet: 42, 71 and 1E. RGB value is (66,113,30). Sum of RGB (Red+Green+Blue) = 66+113+30=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #42711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42711E is #BD8EE1. Grayscale: #595959. Windows color (decimal): -12422882 or 1995074. OLE color: 1995074.

HSL color Cylindrical-coordinate representation of color #42711E: hue angle of 93.98º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42711E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB6611330-
CMYK0.4200.730.56
HSL93.98º58.04%28.04%-
HSV(B)93.98º73.45%44.31%-
XYZ8.3913.063.31-
YUV89.4894.43111.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=31.58%
G=54.07%
B=14.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113300.4200.730.5693.9858.0428.04
Hex42711E2A049385e3a1c
Octal10216136520111701367234
Binary100001011100011111010101001001001111000101111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42711E; }

 p { color: rgb(66,113,30); }

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

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

 a { background-color: rgb(66,113,30); }

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

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

 span { border-color: rgb(66,113,30); }

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