#435D29

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

Shades of Dell #435D29

Tints of Dell #435D29

Color information

#435D29 (or 0x435D29) is unknown color: approx Dell. HEX triplet: 43, 5D and 29. RGB value is (67,93,41). Sum of RGB (Red+Green+Blue) = 67+93+41=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #435D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D29 is #BCA2D6. Grayscale: #4F4F4F. Windows color (decimal): -12362455 or 2710851. OLE color: 2710851.

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

Color convert

RGB679341-
CMYK0.2800.560.64
HSL90º38.81%26.27%-
HSV(B)90º55.91%36.47%-
XYZ6.639.183.52-
YUV79.3106.39119.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=33.33%
G=46.27%
B=20.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793410.2800.560.649038.8126.27
Hex435D291C038405a271a
Octal10313551340701001324732
Binary100001110111011010011110001110001000000101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,93,41); }

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

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

 a { background-color: rgb(67,93,41); }

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

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

 span { border-color: rgb(67,93,41); }

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