#426D23

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

Shades of Dell #426D23

Tints of Dell #426D23

Color information

#426D23 (or 0x426D23) is unknown color: approx Dell. HEX triplet: 42, 6D and 23. RGB value is (66,109,35). Sum of RGB (Red+Green+Blue) = 66+109+35=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #426D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D23 is #BD92DC. Grayscale: #575757. Windows color (decimal): -12423901 or 2321730. OLE color: 2321730.

HSL color Cylindrical-coordinate representation of color #426D23: hue angle of 94.86º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426D23 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB6610935-
CMYK0.3900.680.57
HSL94.86º51.39%28.24%-
HSV(B)94.86º67.89%42.75%-
XYZ8.0212.223.53-
YUV87.7198.25112.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 109 (42.97% from 255) = 51.90%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=31.43%
G=51.90%
B=16.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109350.3900.680.5794.8651.3928.24
Hex426D2327044395f331c
Octal10215543470104711376334
Binary1000010110110110001110011101000100111001101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D23; }

 p { color: rgb(66,109,35); }

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

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

 a { background-color: rgb(66,109,35); }

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

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

 span { border-color: rgb(66,109,35); }

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