#425932

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

Shades of Dell #425932

Tints of Dell #425932

Color information

#425932 (or 0x425932) is unknown color: approx Dell. HEX triplet: 42, 59 and 32. RGB value is (66,89,50). Sum of RGB (Red+Green+Blue) = 66+89+50=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #425932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425932 is #BDA6CD. Grayscale: #4D4D4D. Windows color (decimal): -12429006 or 3299650. OLE color: 3299650.

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

Color convert

RGB668950-
CMYK0.2600.440.65
HSL95.38º28.06%27.25%-
HSV(B)95.38º43.82%34.9%-
XYZ6.398.534.33-
YUV77.68112.38119.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=32.20%
G=43.41%
B=24.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689500.2600.440.6595.3828.0627.25
Hex4259321A02C415f1c1b
Octal10213162320541011373433
Binary10000101011001110010110100101100100000110111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425932; }

 p { color: rgb(66,89,50); }

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

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

 a { background-color: rgb(66,89,50); }

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

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

 span { border-color: rgb(66,89,50); }

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