#42661C

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

Shades of Dell #42661C

Tints of Dell #42661C

Color information

#42661C (or 0x42661C) is unknown color: approx Dell. HEX triplet: 42, 66 and 1C. RGB value is (66,102,28). Sum of RGB (Red+Green+Blue) = 66+102+28=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #42661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42661C is #BD99E3. Grayscale: #535353. Windows color (decimal): -12425700 or 1861186. OLE color: 1861186.

HSL color Cylindrical-coordinate representation of color #42661C: hue angle of 89.19º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42661C is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB6610228-
CMYK0.3500.730.6
HSL89.19º56.92%25.49%-
HSV(B)89.19º72.55%40%-
XYZ7.2110.742.79-
YUV82.897.07116.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=33.67%
G=52.04%
B=14.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102280.3500.730.689.1956.9225.49
Hex42661C230493C593919
Octal10214634430111741317131
Binary100001011001101110010001101001001111100101100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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