#42691A

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

Shades of Dell #42691A

Tints of Dell #42691A

Color information

#42691A (or 0x42691A) is unknown color: approx Dell. HEX triplet: 42, 69 and 1A. RGB value is (66,105,26). Sum of RGB (Red+Green+Blue) = 66+105+26=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #42691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42691A is #BD96E5. Grayscale: #545454. Windows color (decimal): -12424934 or 1730882. OLE color: 1730882.

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

Color convert

RGB6610526-
CMYK0.3700.750.59
HSL89.62º60.31%25.69%-
HSV(B)89.62º75.24%41.18%-
XYZ7.4811.342.77-
YUV84.3395.08114.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=33.50%
G=53.30%
B=13.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105260.3700.750.5989.6260.3125.69
Hex42691A2504B3B5a3c1a
Octal10215132450113731327432
Binary100001011010011101010010101001011111011101101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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