#425E2D

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

Shades of Dell #425E2D

Tints of Dell #425E2D

Color information

#425E2D (or 0x425E2D) is unknown color: approx Dell. HEX triplet: 42, 5E and 2D. RGB value is (66,94,45). Sum of RGB (Red+Green+Blue) = 66+94+45=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #425E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E2D is #BDA1D2. Grayscale: #505050. Windows color (decimal): -12427731 or 2973250. OLE color: 2973250.

HSL color Cylindrical-coordinate representation of color #425E2D: hue angle of 94.29º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425E2D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB669445-
CMYK0.3000.520.63
HSL94.29º35.25%27.25%-
HSV(B)94.29º52.13%36.86%-
XYZ6.729.353.93-
YUV80.04108.22117.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=32.20%
G=45.85%
B=21.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6694450.3000.520.6394.2935.2527.25
Hex425E2D1E0343F5e231b
Octal1021365536064771364333
Binary10000101011110101101111100110100111111101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,94,45); }

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

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

 a { background-color: rgb(66,94,45); }

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

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

 span { border-color: rgb(66,94,45); }

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