#467225

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

Shades of Dell #467225

Tints of Dell #467225

Color information

#467225 (or 0x467225) is unknown color: approx Dell. HEX triplet: 46, 72 and 25. RGB value is (70,114,37). Sum of RGB (Red+Green+Blue) = 70+114+37=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #467225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467225 is #B98DDA. Grayscale: #5C5C5C. Windows color (decimal): -12160475 or 2454086. OLE color: 2454086.

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

Color convert

RGB7011437-
CMYK0.3900.680.55
HSL94.29º50.99%29.61%-
HSV(B)94.29º67.54%44.71%-
XYZ8.8813.473.88-
YUV92.0796.92112.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=31.67%
G=51.58%
B=16.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114370.3900.680.5594.2950.9929.61
Hex46722527044375e331e
Octal10616245470104671366336
Binary1000110111001010010110011101000100110111101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467225; }

 p { color: rgb(70,114,37); }

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

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

 a { background-color: rgb(70,114,37); }

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

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

 span { border-color: rgb(70,114,37); }

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