#425B31

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

Shades of Dell #425B31

Tints of Dell #425B31

Color information

#425B31 (or 0x425B31) is unknown color: approx Dell. HEX triplet: 42, 5B and 31. RGB value is (66,91,49). Sum of RGB (Red+Green+Blue) = 66+91+49=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #425B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B31 is #BDA4CE. Grayscale: #4E4E4E. Windows color (decimal): -12428495 or 3234626. OLE color: 3234626.

HSL color Cylindrical-coordinate representation of color #425B31: hue angle of 95.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #425B31 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB669149-
CMYK0.2700.460.64
HSL95.71º30%27.45%-
HSV(B)95.71º46.15%35.69%-
XYZ6.548.864.27-
YUV78.74111.22118.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=32.04%
G=44.17%
B=23.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691490.2700.460.6495.713027.45
Hex425B311B02E40601e1b
Octal10213361330561001403633
Binary10000101011011110001110110101110100000011000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B31; }

 p { color: rgb(66,91,49); }

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

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

 a { background-color: rgb(66,91,49); }

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

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

 span { border-color: rgb(66,91,49); }

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