#467121

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

Shades of Dell #467121

Tints of Dell #467121

Color information

#467121 (or 0x467121) is unknown color: approx Dell. HEX triplet: 46, 71 and 21. RGB value is (70,113,33). Sum of RGB (Red+Green+Blue) = 70+113+33=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #467121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467121 is #B98EDE. Grayscale: #5B5B5B. Windows color (decimal): -12160735 or 2191686. OLE color: 2191686.

HSL color Cylindrical-coordinate representation of color #467121: hue angle of 92.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467121 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB7011333-
CMYK0.3800.710.56
HSL92.25º54.79%28.63%-
HSV(B)92.25º70.8%44.31%-
XYZ8.7113.223.53-
YUV91.0295.25113-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=32.41%
G=52.31%
B=15.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113330.3800.710.5692.2554.7928.63
Hex46712126047385c371d
Octal10616141460107701346735
Binary1000110111000110000110011001000111111000101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467121; }

 p { color: rgb(70,113,33); }

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

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

 a { background-color: rgb(70,113,33); }

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

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

 span { border-color: rgb(70,113,33); }

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