#426527

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

Shades of Dell #426527

Tints of Dell #426527

Color information

#426527 (or 0x426527) is unknown color: approx Dell. HEX triplet: 42, 65 and 27. RGB value is (66,101,39). Sum of RGB (Red+Green+Blue) = 66+101+39=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #426527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426527 is #BD9AD8. Grayscale: #535353. Windows color (decimal): -12425945 or 2581826. OLE color: 2581826.

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

Color convert

RGB6610139-
CMYK0.3500.610.60
HSL93.87º44.29%27.45%-
HSV(B)93.87º61.39%39.61%-
XYZ7.2710.613.58-
YUV83.47102.9115.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=32.04%
G=49.03%
B=18.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101390.3500.610.6093.8744.2927.45
Hex4265272303D3C5e2c1b
Octal1021454743075741365433
Binary100001011001011001111000110111101111100101111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426527; }

 p { color: rgb(66,101,39); }

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

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

 a { background-color: rgb(66,101,39); }

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

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

 span { border-color: rgb(66,101,39); }

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