#46702F

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

Shades of Dell #46702F

Tints of Dell #46702F

Color information

#46702F (or 0x46702F) is unknown color: approx Dell. HEX triplet: 46, 70 and 2F. RGB value is (70,112,47). Sum of RGB (Red+Green+Blue) = 70+112+47=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #46702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46702F is #B98FD0. Grayscale: #5C5C5C. Windows color (decimal): -12160977 or 3108934. OLE color: 3108934.

HSL color Cylindrical-coordinate representation of color #46702F: hue angle of 98.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46702F is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB7011247-
CMYK0.3800.580.56
HSL98.77º40.88%31.18%-
HSV(B)98.77º58.04%43.92%-
XYZ8.8313.14.75-
YUV92.03102.59112.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=30.57%
G=48.91%
B=20.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112470.3800.580.5698.7740.8831.18
Hex46702F2603A3863291f
Octal1061605746072701435137
Binary100011011100001011111001100111010111000110001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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