#456B28

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

Shades of Dell #456B28

Tints of Dell #456B28

Color information

#456B28 (or 0x456B28) is unknown color: approx Dell. HEX triplet: 45, 6B and 28. RGB value is (69,107,40). Sum of RGB (Red+Green+Blue) = 69+107+40=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #456B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456B28 is #BA94D7. Grayscale: #585858. Windows color (decimal): -12227800 or 2648901. OLE color: 2648901.

HSL color Cylindrical-coordinate representation of color #456B28: hue angle of 94.03º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #456B28 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB6910740-
CMYK0.3600.630.58
HSL94.03º45.58%28.82%-
HSV(B)94.03º62.62%41.96%-
XYZ8.0911.933.88-
YUV88100.91114.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 107 (42.19% from 255) = 49.54%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=31.94%
G=49.54%
B=18.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107400.3600.630.5894.0345.5828.82
Hex456B282403F3A5e2e1d
Octal1051535044077721365635
Binary100010111010111010001001000111111111010101111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B28; }

 p { color: rgb(69,107,40); }

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

<style>
 a { background-color: #456B28; }

 a { background-color: rgb(69,107,40); }

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

<style>
 span { border-color: #456B28; }

 span { border-color: rgb(69,107,40); }

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