#466733

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

Shades of Dell #466733

Tints of Dell #466733

Color information

#466733 (or 0x466733) is unknown color: approx Dell. HEX triplet: 46, 67 and 33. RGB value is (70,103,51). Sum of RGB (Red+Green+Blue) = 70+103+51=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #466733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466733 is #B998CC. Grayscale: #575757. Windows color (decimal): -12163277 or 3368774. OLE color: 3368774.

HSL color Cylindrical-coordinate representation of color #466733: hue angle of 98.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466733 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB7010351-
CMYK0.3200.500.60
HSL98.08º33.77%30.2%-
HSV(B)98.08º50.49%40.39%-
XYZ7.9711.244.88-
YUV87.2107.57115.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=31.25%
G=45.98%
B=22.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103510.3200.500.6098.0833.7730.2
Hex466733200323C62221e
Octal1061476340062741424236
Binary100011011001111100111000000110010111100110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466733; }

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

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

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

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

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

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

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

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