#425A34

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

Shades of Dell #425A34

Tints of Dell #425A34

Color information

#425A34 (or 0x425A34) is unknown color: approx Dell. HEX triplet: 42, 5A and 34. RGB value is (66,90,52). Sum of RGB (Red+Green+Blue) = 66+90+52=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #425A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A34 is #BDA5CB. Grayscale: #4E4E4E. Windows color (decimal): -12428748 or 3430978. OLE color: 3430978.

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

Color convert

RGB669052-
CMYK0.2700.420.65
HSL97.89º26.76%27.84%-
HSV(B)97.89º42.22%35.29%-
XYZ6.528.724.59-
YUV78.49113.05119.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 52 (20.70% from 255) = 25%
R=31.73%
G=43.27%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690520.2700.420.6597.8926.7627.84
Hex425A341B02A41621b1c
Octal10213264330521011423334
Binary10000101011010110100110110101010100000111000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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