#456931

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

Shades of Dell #456931

Tints of Dell #456931

Color information

#456931 (or 0x456931) is unknown color: approx Dell. HEX triplet: 45, 69 and 31. RGB value is (69,105,49). Sum of RGB (Red+Green+Blue) = 69+105+49=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #456931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456931 is #BA96CE. Grayscale: #585858. Windows color (decimal): -12228303 or 3238213. OLE color: 3238213.

HSL color Cylindrical-coordinate representation of color #456931: hue angle of 98.57º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456931 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB6910549-
CMYK0.3400.530.59
HSL98.57º36.36%30.2%-
HSV(B)98.57º53.33%41.18%-
XYZ8.0611.594.72-
YUV87.85106.07114.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=30.94%
G=47.09%
B=21.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69105490.3400.530.5998.5736.3630.2
Hex456931220353B63241e
Octal1051516142065731434436
Binary100010111010011100011000100110101111011110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456931; }

 p { color: rgb(69,105,49); }

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

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

 a { background-color: rgb(69,105,49); }

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

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

 span { border-color: rgb(69,105,49); }

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