#46722C

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

Shades of Dell #46722C

Tints of Dell #46722C

Color information

#46722C (or 0x46722C) is unknown color: approx Dell. HEX triplet: 46, 72 and 2C. RGB value is (70,114,44). Sum of RGB (Red+Green+Blue) = 70+114+44=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #46722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46722C is #B98DD3. Grayscale: #5D5D5D. Windows color (decimal): -12160468 or 2912838. OLE color: 2912838.

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

Color convert

RGB7011444-
CMYK0.3900.610.55
HSL97.71º44.3%30.98%-
HSV(B)97.71º61.4%44.71%-
XYZ913.524.52-
YUV92.86100.42111.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=30.70%
G=50%
B=19.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114440.3900.610.5597.7144.330.98
Hex46722C2703D37622c1f
Octal1061625447075671425437
Binary100011011100101011001001110111101110111110001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46722C; }

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

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

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

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

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

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

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

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