#425636

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

Shades of Dell #425636

Tints of Dell #425636

Color information

#425636 (or 0x425636) is unknown color: approx Dell. HEX triplet: 42, 56 and 36. RGB value is (66,86,54). Sum of RGB (Red+Green+Blue) = 66+86+54=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #425636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425636 is #BDA9C9. Grayscale: #4C4C4C. Windows color (decimal): -12429770 or 3561026. OLE color: 3561026.

HSL color Cylindrical-coordinate representation of color #425636: hue angle of 97.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425636 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB668654-
CMYK0.2300.370.66
HSL97.5º22.86%27.45%-
HSV(B)97.5º37.21%33.73%-
XYZ6.248.084.72-
YUV76.37115.37120.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=32.04%
G=41.75%
B=26.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686540.2300.370.6697.522.8627.45
Hex425636170254261171b
Octal10212666270451021412733
Binary10000101010110110110101110100101100001011000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425636; }

 p { color: rgb(66,86,54); }

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

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

 a { background-color: rgb(66,86,54); }

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

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

 span { border-color: rgb(66,86,54); }

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