#435C35

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

Shades of Dell #435C35

Tints of Dell #435C35

Color information

#435C35 (or 0x435C35) is unknown color: approx Dell. HEX triplet: 43, 5C and 35. RGB value is (67,92,53). Sum of RGB (Red+Green+Blue) = 67+92+53=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #435C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C35 is #BCA3CA. Grayscale: #505050. Windows color (decimal): -12362699 or 3497027. OLE color: 3497027.

HSL color Cylindrical-coordinate representation of color #435C35: hue angle of 98.46º degrees, saturation: 0.27, 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 #435C35 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB679253-
CMYK0.2700.420.64
HSL98.46º26.9%28.43%-
HSV(B)98.46º42.39%36.08%-
XYZ6.789.14.77-
YUV80.08112.72118.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 53 (21.09% from 255) = 25%
R=31.60%
G=43.40%
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.64
SystemRedGreenBlueCMYKHSL
Decimal6792530.2700.420.6498.4626.928.43
Hex435C351B02A40621b1c
Octal10313465330521001423334
Binary10000111011100110101110110101010100000011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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