#456137

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

Shades of Dell #456137

Tints of Dell #456137

Color information

#456137 (or 0x456137) is unknown color: approx Dell. HEX triplet: 45, 61 and 37. RGB value is (69,97,55). Sum of RGB (Red+Green+Blue) = 69+97+55=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #456137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456137 is #BA9EC8. Grayscale: #535353. Windows color (decimal): -12230345 or 3629381. OLE color: 3629381.

HSL color Cylindrical-coordinate representation of color #456137: hue angle of 100º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #456137 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB699755-
CMYK0.2900.430.62
HSL100º27.63%29.8%-
HSV(B)100º43.3%38.04%-
XYZ7.4210.095.17-
YUV83.84111.72117.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=31.22%
G=43.89%
B=24.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997550.2900.430.6210027.6329.8
Hex4561371D02B3E641c1e
Octal1051416735053761443436
Binary1000101110000111011111101010101111111011001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456137; }

 p { color: rgb(69,97,55); }

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

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

 a { background-color: rgb(69,97,55); }

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

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

 span { border-color: rgb(69,97,55); }

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