#435B35

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

Shades of Dell #435B35

Tints of Dell #435B35

Color information

#435B35 (or 0x435B35) is unknown color: approx Dell. HEX triplet: 43, 5B and 35. RGB value is (67,91,53). Sum of RGB (Red+Green+Blue) = 67+91+53=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #435B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435B35 is #BCA4CA. Grayscale: #4F4F4F. Windows color (decimal): -12362955 or 3496771. OLE color: 3496771.

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

Color convert

RGB679153-
CMYK0.2600.420.64
HSL97.89º26.39%28.24%-
HSV(B)97.89º41.76%35.69%-
XYZ6.78.934.74-
YUV79.49113.05119.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 91 (35.94% from 255) = 43.13%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=31.75%
G=43.13%
B=25.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6791530.2600.420.6497.8926.3928.24
Hex435B351A02A40621a1c
Octal10313365320521001423234
Binary10000111011011110101110100101010100000011000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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