#467329

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

Shades of Dell #467329

Tints of Dell #467329

Color information

#467329 (or 0x467329) is unknown color: approx Dell. HEX triplet: 46, 73 and 29. RGB value is (70,115,41). Sum of RGB (Red+Green+Blue) = 70+115+41=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #467329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467329 is #B98CD6. Grayscale: #5D5D5D. Windows color (decimal): -12160215 or 2716486. OLE color: 2716486.

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

Color convert

RGB7011541-
CMYK0.3900.640.55
HSL96.49º47.44%30.59%-
HSV(B)96.49º64.35%45.1%-
XYZ9.0613.724.27-
YUV93.1198.59111.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=30.97%
G=50.88%
B=18.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115410.3900.640.5596.4947.4430.59
Hex4673292704037602f1f
Octal10616351470100671405737
Binary1000110111001110100110011101000000110111110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467329; }

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

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

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

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

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

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

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

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