#42682A

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

Shades of Dell #42682A

Tints of Dell #42682A

Color information

#42682A (or 0x42682A) is unknown color: approx Dell. HEX triplet: 42, 68 and 2A. RGB value is (66,104,42). Sum of RGB (Red+Green+Blue) = 66+104+42=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #42682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42682A is #BD97D5. Grayscale: #555555. Windows color (decimal): -12425174 or 2779202. OLE color: 2779202.

HSL color Cylindrical-coordinate representation of color #42682A: hue angle of 96.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42682A is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB6610442-
CMYK0.3700.600.59
HSL96.77º42.47%28.63%-
HSV(B)96.77º59.62%40.78%-
XYZ7.6211.233.96-
YUV85.57103.41114.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=31.13%
G=49.06%
B=19.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104420.3700.600.5996.7742.4728.63
Hex42682A2503C3B612a1d
Octal1021505245074731415235
Binary100001011010001010101001010111100111011110000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42682A; }

 p { color: rgb(66,104,42); }

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

<style>
 a { background-color: #42682A; }

 a { background-color: rgb(66,104,42); }

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

<style>
 span { border-color: #42682A; }

 span { border-color: rgb(66,104,42); }

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