#455D38

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

Shades of Dell #455D38

Tints of Dell #455D38

Color information

#455D38 (or 0x455D38) is unknown color: approx Dell. HEX triplet: 45, 5D and 38. RGB value is (69,93,56). Sum of RGB (Red+Green+Blue) = 69+93+56=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #455D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D38 is #BAA2C7. Grayscale: #515151. Windows color (decimal): -12231368 or 3693893. OLE color: 3693893.

HSL color Cylindrical-coordinate representation of color #455D38: hue angle of 98.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455D38 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB699356-
CMYK0.2600.400.64
HSL98.92º24.83%29.22%-
HSV(B)98.92º39.78%36.47%-
XYZ7.089.385.18-
YUV81.61113.55119.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=31.65%
G=42.66%
B=25.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993560.2600.400.6498.9224.8329.22
Hex455D381A0284063191d
Octal10513570320501001433135
Binary10001011011101111000110100101000100000011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,56); }

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

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

 a { background-color: rgb(69,93,56); }

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

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

 span { border-color: rgb(69,93,56); }

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