#42692E

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

Shades of Dell #42692E

Tints of Dell #42692E

Color information

#42692E (or 0x42692E) is unknown color: approx Dell. HEX triplet: 42, 69 and 2E. RGB value is (66,105,46). Sum of RGB (Red+Green+Blue) = 66+105+46=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #42692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42692E is #BD96D1. Grayscale: #565656. Windows color (decimal): -12424914 or 3041602. OLE color: 3041602.

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

Color convert

RGB6610546-
CMYK0.3700.560.59
HSL99.66º39.07%29.61%-
HSV(B)99.66º56.19%41.18%-
XYZ7.7911.464.39-
YUV86.61105.08113.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 105 (41.41% from 255) = 48.39%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=30.41%
G=48.39%
B=21.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105460.3700.560.5999.6639.0729.61
Hex42692E250383B64271e
Octal1021515645070731444736
Binary100001011010011011101001010111000111011110010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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