#42702C

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

Shades of Dell #42702C

Tints of Dell #42702C

Color information

#42702C (or 0x42702C) is unknown color: approx Dell. HEX triplet: 42, 70 and 2C. RGB value is (66,112,44). Sum of RGB (Red+Green+Blue) = 66+112+44=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #42702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42702C is #BD8FD3. Grayscale: #5A5A5A. Windows color (decimal): -12423124 or 2912322. OLE color: 2912322.

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

Color convert

RGB6611244-
CMYK0.4100.610.56
HSL100.59º43.59%30.59%-
HSV(B)100.59º60.71%43.92%-
XYZ8.512.934.43-
YUV90.49101.76110.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=29.73%
G=50.45%
B=19.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112440.4100.610.56100.5943.5930.59
Hex42702C2903D38652c1f
Octal1021605451075701455437
Binary100001011100001011001010010111101111000110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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