#46722B

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

Shades of Dell #46722B

Tints of Dell #46722B

Color information

#46722B (or 0x46722B) is unknown color: approx Dell. HEX triplet: 46, 72 and 2B. RGB value is (70,114,43). Sum of RGB (Red+Green+Blue) = 70+114+43=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #46722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46722B is #B98DD4. Grayscale: #5C5C5C. Windows color (decimal): -12160469 or 2847302. OLE color: 2847302.

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

Color convert

RGB7011443-
CMYK0.3900.620.55
HSL97.18º45.22%30.78%-
HSV(B)97.18º62.28%44.71%-
XYZ8.9813.514.42-
YUV92.7599.92111.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=30.84%
G=50.22%
B=18.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114430.3900.620.5597.1845.2230.78
Hex46722B2703E37612d1f
Octal1061625347076671415537
Binary100011011100101010111001110111110110111110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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