#467033

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

Shades of Dell #467033

Tints of Dell #467033

Color information

#467033 (or 0x467033) is unknown color: approx Dell. HEX triplet: 46, 70 and 33. RGB value is (70,112,51). Sum of RGB (Red+Green+Blue) = 70+112+51=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #467033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467033 is #B98FCC. Grayscale: #5C5C5C. Windows color (decimal): -12160973 or 3371078. OLE color: 3371078.

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

Color convert

RGB7011251-
CMYK0.3800.540.56
HSL101.31º37.42%31.96%-
HSV(B)101.31º54.46%43.92%-
XYZ8.9213.135.2-
YUV92.49104.59111.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=30.04%
G=48.07%
B=21.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112510.3800.540.56101.3137.4231.96
Hex4670332603638652520
Octal1061606346066701454540
Binary1000110111000011001110011001101101110001100101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467033; }

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

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

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

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

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

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

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

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