#456229

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

Shades of Dell #456229

Tints of Dell #456229

Color information

#456229 (or 0x456229) is unknown color: approx Dell. HEX triplet: 45, 62 and 29. RGB value is (69,98,41). Sum of RGB (Red+Green+Blue) = 69+98+41=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #456229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456229 is #BA9DD6. Grayscale: #535353. Windows color (decimal): -12230103 or 2712133. OLE color: 2712133.

HSL color Cylindrical-coordinate representation of color #456229: hue angle of 90.53º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #456229 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB699841-
CMYK0.3000.580.62
HSL90.53º41.01%27.25%-
HSV(B)90.53º58.16%38.43%-
XYZ7.2210.163.68-
YUV82.83104.39118.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=33.17%
G=47.12%
B=19.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998410.3000.580.6290.5341.0127.25
Hex4562291E03A3E5b291b
Octal1051425136072761335133
Binary10001011100010101001111100111010111110101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456229; }

 p { color: rgb(69,98,41); }

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

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

 a { background-color: rgb(69,98,41); }

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

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

 span { border-color: rgb(69,98,41); }

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