#467232

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

Shades of Dell #467232

Tints of Dell #467232

Color information

#467232 (or 0x467232) is unknown color: approx Dell. HEX triplet: 46, 72 and 32. RGB value is (70,114,50). Sum of RGB (Red+Green+Blue) = 70+114+50=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #467232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467232 is #B98DCD. Grayscale: #5D5D5D. Windows color (decimal): -12160462 or 3306054. OLE color: 3306054.

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

Color convert

RGB7011450-
CMYK0.3900.560.55
HSL101.25º39.02%32.16%-
HSV(B)101.25º56.14%44.71%-
XYZ9.1213.575.16-
YUV93.55103.42111.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=29.91%
G=48.72%
B=21.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114500.3900.560.55101.2539.0232.16
Hex4672322703837652720
Octal1061626247070671454740
Binary1000110111001011001010011101110001101111100101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467232; }

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

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

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

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

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

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

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

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