#457328

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

Shades of Dell #457328

Tints of Dell #457328

Color information

#457328 (or 0x457328) is unknown color: approx Dell. HEX triplet: 45, 73 and 28. RGB value is (69,115,40). Sum of RGB (Red+Green+Blue) = 69+115+40=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #457328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457328 is #BA8CD7. Grayscale: #5C5C5C. Windows color (decimal): -12225752 or 2650949. OLE color: 2650949.

HSL color Cylindrical-coordinate representation of color #457328: hue angle of 96.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457328 is Cyan = 0.4, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB6911540-
CMYK0.400.650.55
HSL96.8º48.39%30.39%-
HSV(B)96.8º65.22%45.1%-
XYZ8.9713.684.18-
YUV92.798.26111.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=30.80%
G=51.34%
B=17.86%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69115400.400.650.5596.848.3930.39
Hex457328280413761301e
Octal10516350500101671416036
Binary1000101111001110100010100001000001110111110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457328; }

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

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

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

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

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

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

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

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