#467333

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

Shades of Dell #467333

Tints of Dell #467333

Color information

#467333 (or 0x467333) is unknown color: approx Dell. HEX triplet: 46, 73 and 33. RGB value is (70,115,51). Sum of RGB (Red+Green+Blue) = 70+115+51=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #467333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467333 is #B98CCC. Grayscale: #5E5E5E. Windows color (decimal): -12160205 or 3371846. OLE color: 3371846.

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

Color convert

RGB7011551-
CMYK0.3900.560.55
HSL102.19º38.55%32.55%-
HSV(B)102.19º55.65%45.1%-
XYZ9.2513.85.31-
YUV94.25103.59110.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=29.66%
G=48.73%
B=21.61%

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
Decimal70115510.3900.560.55102.1938.5532.55
Hex4673332703837662721
Octal1061636347070671464741
Binary1000110111001111001110011101110001101111100110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467333; }

 p { color: rgb(70,115,51); }

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

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

 a { background-color: rgb(70,115,51); }

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

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

 span { border-color: rgb(70,115,51); }

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