#425734

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

Shades of Dell #425734

Tints of Dell #425734

Color information

#425734 (or 0x425734) is unknown color: approx Dell. HEX triplet: 42, 57 and 34. RGB value is (66,87,52). Sum of RGB (Red+Green+Blue) = 66+87+52=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #425734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425734 is #BDA8CB. Grayscale: #4C4C4C. Windows color (decimal): -12429516 or 3430210. OLE color: 3430210.

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

Color convert

RGB668752-
CMYK0.2400.400.66
HSL96º25.18%27.25%-
HSV(B)96º40.23%34.12%-
XYZ6.278.224.51-
YUV76.73114.04120.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=32.20%
G=42.44%
B=25.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687520.2400.400.669625.1827.25
Hex425734180284260191b
Octal10212764300501021403133
Binary10000101010111110100110000101000100001011000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425734; }

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

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

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

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

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

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

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

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