#456228

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

Shades of Dell #456228

Tints of Dell #456228

Color information

#456228 (or 0x456228) is unknown color: approx Dell. HEX triplet: 45, 62 and 28. RGB value is (69,98,40). Sum of RGB (Red+Green+Blue) = 69+98+40=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #456228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456228 is #BA9DD7. Grayscale: #525252. Windows color (decimal): -12230104 or 2646597. OLE color: 2646597.

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

Color convert

RGB699840-
CMYK0.3000.590.62
HSL90º42.03%27.06%-
HSV(B)90º59.18%38.43%-
XYZ7.210.153.59-
YUV82.72103.89118.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=33.33%
G=47.34%
B=19.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998400.3000.590.629042.0327.06
Hex4562281E03B3E5a2a1b
Octal1051425036073761325233
Binary10001011100010101000111100111011111110101101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456228; }

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

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

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

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

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

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

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

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