#467224

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

Shades of Dell #467224

Tints of Dell #467224

Color information

#467224 (or 0x467224) is unknown color: approx Dell. HEX triplet: 46, 72 and 24. RGB value is (70,114,36). Sum of RGB (Red+Green+Blue) = 70+114+36=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #467224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467224 is #B98DDB. Grayscale: #5C5C5C. Windows color (decimal): -12160476 or 2388550. OLE color: 2388550.

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

Color convert

RGB7011436-
CMYK0.3900.680.55
HSL93.85º52%29.41%-
HSV(B)93.85º68.42%44.71%-
XYZ8.8613.463.8-
YUV91.9596.42112.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=31.82%
G=51.82%
B=16.36%

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
Decimal70114360.3900.680.5593.855229.41
Hex46722427044375e341d
Octal10616244470104671366435
Binary1000110111001010010010011101000100110111101111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467224; }

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

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

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

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

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

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

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

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