#455A35

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

Shades of Dell #455A35

Tints of Dell #455A35

Color information

#455A35 (or 0x455A35) is unknown color: approx Dell. HEX triplet: 45, 5A and 35. RGB value is (69,90,53). Sum of RGB (Red+Green+Blue) = 69+90+53=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #455A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A35 is #BAA5CA. Grayscale: #4F4F4F. Windows color (decimal): -12232139 or 3496517. OLE color: 3496517.

HSL color Cylindrical-coordinate representation of color #455A35: hue angle of 94.05º 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 #455A35 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB699053-
CMYK0.2300.410.65
HSL94.05º25.87%28.04%-
HSV(B)94.05º41.11%35.29%-
XYZ6.758.834.72-
YUV79.5113.04120.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 53 (21.09% from 255) = 25%
R=32.55%
G=42.45%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990530.2300.410.6594.0525.8728.04
Hex455A3517029415e1a1c
Octal10513265270511011363234
Binary10001011011010110101101110101001100000110111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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