#42701E

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

Shades of Dell #42701E

Tints of Dell #42701E

Color information

#42701E (or 0x42701E) is unknown color: approx Dell. HEX triplet: 42, 70 and 1E. RGB value is (66,112,30). Sum of RGB (Red+Green+Blue) = 66+112+30=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #42701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42701E is #BD8FE1. Grayscale: #595959. Windows color (decimal): -12423138 or 1994818. OLE color: 1994818.

HSL color Cylindrical-coordinate representation of color #42701E: hue angle of 93.66º 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 #42701E is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB6611230-
CMYK0.4100.730.56
HSL93.66º57.75%27.84%-
HSV(B)93.66º73.21%43.92%-
XYZ8.2812.843.27-
YUV88.994.76111.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=31.73%
G=53.85%
B=14.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112300.4100.730.5693.6657.7527.84
Hex42701E29049385e3a1c
Octal10216036510111701367234
Binary100001011100001111010100101001001111000101111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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