#425833

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

Shades of Dell #425833

Tints of Dell #425833

Color information

#425833 (or 0x425833) is unknown color: approx Dell. HEX triplet: 42, 58 and 33. RGB value is (66,88,51). Sum of RGB (Red+Green+Blue) = 66+88+51=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #425833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425833 is #BDA7CC. Grayscale: #4D4D4D. Windows color (decimal): -12429261 or 3364930. OLE color: 3364930.

HSL color Cylindrical-coordinate representation of color #425833: hue angle of 95.68º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425833 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB668851-
CMYK0.2500.420.65
HSL95.68º26.62%27.25%-
HSV(B)95.68º42.05%34.51%-
XYZ6.338.384.41-
YUV77.2113.21120.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=32.20%
G=42.93%
B=24.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688510.2500.420.6595.6826.6227.25
Hex4258331902A41601b1b
Octal10213063310521011403333
Binary10000101011000110011110010101010100000111000001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425833; }

 p { color: rgb(66,88,51); }

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

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

 a { background-color: rgb(66,88,51); }

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

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

 span { border-color: rgb(66,88,51); }

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