#42701B

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

Shades of Dell #42701B

Tints of Dell #42701B

Color information

#42701B (or 0x42701B) is unknown color: approx Dell. HEX triplet: 42, 70 and 1B. RGB value is (66,112,27). Sum of RGB (Red+Green+Blue) = 66+112+27=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #42701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42701B is #BD8FE4. Grayscale: #585858. Windows color (decimal): -12423141 or 1798210. OLE color: 1798210.

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

Color convert

RGB6611227-
CMYK0.4100.760.56
HSL92.47º61.15%27.25%-
HSV(B)92.47º75.89%43.92%-
XYZ8.2412.833.08-
YUV88.5693.26111.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=32.20%
G=54.63%
B=13.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112270.4100.760.5692.4761.1527.25
Hex42701B2904C385c3d1b
Octal10216033510114701347533
Binary100001011100001101110100101001100111000101110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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