#46722F

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

Shades of Dell #46722F

Tints of Dell #46722F

Color information

#46722F (or 0x46722F) is unknown color: approx Dell. HEX triplet: 46, 72 and 2F. RGB value is (70,114,47). Sum of RGB (Red+Green+Blue) = 70+114+47=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #46722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46722F is #B98DD0. Grayscale: #5D5D5D. Windows color (decimal): -12160465 or 3109446. OLE color: 3109446.

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

Color convert

RGB7011447-
CMYK0.3900.590.55
HSL99.4º41.61%31.57%-
HSV(B)99.4º58.77%44.71%-
XYZ9.0613.544.83-
YUV93.21101.92111.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=30.30%
G=49.35%
B=20.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114470.3900.590.5599.441.6131.57
Hex46722F2703B37632a20
Octal1061625747073671435240
Binary1000110111001010111110011101110111101111100011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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