#42682B

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

Shades of Dell #42682B

Tints of Dell #42682B

Color information

#42682B (or 0x42682B) is unknown color: approx Dell. HEX triplet: 42, 68 and 2B. RGB value is (66,104,43). Sum of RGB (Red+Green+Blue) = 66+104+43=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #42682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42682B is #BD97D4. Grayscale: #555555. Windows color (decimal): -12425173 or 2844738. OLE color: 2844738.

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

Color convert

RGB6610443-
CMYK0.3700.590.59
HSL97.38º41.5%28.82%-
HSV(B)97.38º58.65%40.78%-
XYZ7.6311.234.05-
YUV85.68103.91113.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=30.99%
G=48.83%
B=20.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104430.3700.590.5997.3841.528.82
Hex42682B2503B3B61291d
Octal1021505345073731415135
Binary100001011010001010111001010111011111011110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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