#425834

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

Shades of Dell #425834

Tints of Dell #425834

Color information

#425834 (or 0x425834) is unknown color: approx Dell. HEX triplet: 42, 58 and 34. RGB value is (66,88,52). Sum of RGB (Red+Green+Blue) = 66+88+52=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #425834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425834 is #BDA7CB. Grayscale: #4D4D4D. Windows color (decimal): -12429260 or 3430466. OLE color: 3430466.

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

Color convert

RGB668852-
CMYK0.2500.410.65
HSL96.67º25.71%27.45%-
HSV(B)96.67º40.91%34.51%-
XYZ6.368.394.53-
YUV77.32113.71119.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=32.04%
G=42.72%
B=25.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688520.2500.410.6596.6725.7127.45
Hex4258341902941611a1b
Octal10213064310511011413233
Binary10000101011000110100110010101001100000111000011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425834; }

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

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

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

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

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

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

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

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