#426A23

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

Shades of Dell #426A23

Tints of Dell #426A23

Color information

#426A23 (or 0x426A23) is unknown color: approx Dell. HEX triplet: 42, 6A and 23. RGB value is (66,106,35). Sum of RGB (Red+Green+Blue) = 66+106+35=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #426A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A23 is #BD95DC. Grayscale: #565656. Windows color (decimal): -12424669 or 2320962. OLE color: 2320962.

HSL color Cylindrical-coordinate representation of color #426A23: hue angle of 93.8º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426A23 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB6610635-
CMYK0.3800.670.58
HSL93.8º50.35%27.65%-
HSV(B)93.8º66.98%41.57%-
XYZ7.711.593.42-
YUV85.9599.25113.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=31.88%
G=51.21%
B=16.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106350.3800.670.5893.850.3527.65
Hex426A23260433A5e321c
Octal10215243460103721366234
Binary1000010110101010001110011001000011111010101111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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