#42692B

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

Shades of Dell #42692B

Tints of Dell #42692B

Color information

#42692B (or 0x42692B) is unknown color: approx Dell. HEX triplet: 42, 69 and 2B. RGB value is (66,105,43). Sum of RGB (Red+Green+Blue) = 66+105+43=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #42692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42692B is #BD96D4. Grayscale: #565656. Windows color (decimal): -12424917 or 2844994. OLE color: 2844994.

HSL color Cylindrical-coordinate representation of color #42692B: hue angle of 97.74º degrees, saturation: 0.42, 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 #42692B is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB6610543-
CMYK0.3700.590.59
HSL97.74º41.89%29.02%-
HSV(B)97.74º59.05%41.18%-
XYZ7.7311.444.09-
YUV86.27103.58113.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=30.84%
G=49.07%
B=20.09%

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
Decimal66105430.3700.590.5997.7441.8929.02
Hex42692B2503B3B622a1d
Octal1021515345073731425235
Binary100001011010011010111001010111011111011110001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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