#42701C

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

Shades of Dell #42701C

Tints of Dell #42701C

Color information

#42701C (or 0x42701C) is unknown color: approx Dell. HEX triplet: 42, 70 and 1C. RGB value is (66,112,28). Sum of RGB (Red+Green+Blue) = 66+112+28=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #42701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42701C is #BD8FE3. Grayscale: #585858. Windows color (decimal): -12423140 or 1863746. OLE color: 1863746.

HSL color Cylindrical-coordinate representation of color #42701C: hue angle of 92.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42701C is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB6611228-
CMYK0.4100.750.56
HSL92.86º60%27.45%-
HSV(B)92.86º75%43.92%-
XYZ8.2512.833.14-
YUV88.6793.76111.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=32.04%
G=54.37%
B=13.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112280.4100.750.5692.866027.45
Hex42701C2904B385d3c1b
Octal10216034510113701357433
Binary100001011100001110010100101001011111000101110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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