#42681A

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

Shades of Dell #42681A

Tints of Dell #42681A

Color information

#42681A (or 0x42681A) is unknown color: approx Dell. HEX triplet: 42, 68 and 1A. RGB value is (66,104,26). Sum of RGB (Red+Green+Blue) = 66+104+26=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #42681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42681A is #BD97E5. Grayscale: #545454. Windows color (decimal): -12425190 or 1730626. OLE color: 1730626.

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

Color convert

RGB6610426-
CMYK0.3700.750.59
HSL89.23º60%25.49%-
HSV(B)89.23º75%40.78%-
XYZ7.3811.132.74-
YUV83.7595.41115.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=33.67%
G=53.06%
B=13.27%

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
Decimal66104260.3700.750.5989.236025.49
Hex42681A2504B3B593c19
Octal10215032450113731317431
Binary100001011010001101010010101001011111011101100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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