#426628

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

Shades of Dell #426628

Tints of Dell #426628

Color information

#426628 (or 0x426628) is unknown color: approx Dell. HEX triplet: 42, 66 and 28. RGB value is (66,102,40). Sum of RGB (Red+Green+Blue) = 66+102+40=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #426628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426628 is #BD99D7. Grayscale: #545454. Windows color (decimal): -12425688 or 2647618. OLE color: 2647618.

HSL color Cylindrical-coordinate representation of color #426628: hue angle of 94.84º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426628 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB6610240-
CMYK0.3500.610.6
HSL94.84º43.66%27.84%-
HSV(B)94.84º60.78%40%-
XYZ7.3810.813.71-
YUV84.17103.07115.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=31.73%
G=49.04%
B=19.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102400.3500.610.694.8443.6627.84
Hex4266282303D3C5f2c1c
Octal1021465043075741375434
Binary100001011001101010001000110111101111100101111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426628; }

 p { color: rgb(66,102,40); }

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

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

 a { background-color: rgb(66,102,40); }

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

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

 span { border-color: rgb(66,102,40); }

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