#435A35

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

Shades of Dell #435A35

Tints of Dell #435A35

Color information

#435A35 (or 0x435A35) is unknown color: approx Dell. HEX triplet: 43, 5A and 35. RGB value is (67,90,53). Sum of RGB (Red+Green+Blue) = 67+90+53=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #435A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A35 is #BCA5CA. Grayscale: #4F4F4F. Windows color (decimal): -12363211 or 3496515. OLE color: 3496515.

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

Color convert

RGB679053-
CMYK0.2600.410.65
HSL97.3º25.87%28.04%-
HSV(B)97.3º41.11%35.29%-
XYZ6.618.764.71-
YUV78.9113.38119.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=31.90%
G=42.86%
B=25.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6790530.2600.410.6597.325.8728.04
Hex435A351A02941611a1c
Octal10313265320511011413234
Binary10000111011010110101110100101001100000111000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435A35; }

 p { color: rgb(67,90,53); }

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

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

 a { background-color: rgb(67,90,53); }

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

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

 span { border-color: rgb(67,90,53); }

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