#42692C

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

Shades of Dell #42692C

Tints of Dell #42692C

Color information

#42692C (or 0x42692C) is unknown color: approx Dell. HEX triplet: 42, 69 and 2C. RGB value is (66,105,44). Sum of RGB (Red+Green+Blue) = 66+105+44=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #42692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42692C is #BD96D3. Grayscale: #565656. Windows color (decimal): -12424916 or 2910530. OLE color: 2910530.

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

Color convert

RGB6610544-
CMYK0.3700.580.59
HSL98.36º40.94%29.22%-
HSV(B)98.36º58.1%41.18%-
XYZ7.7511.444.18-
YUV86.38104.08113.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=30.70%
G=48.84%
B=20.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105440.3700.580.5998.3640.9429.22
Hex42692C2503A3B62291d
Octal1021515445072731425135
Binary100001011010011011001001010111010111011110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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