#4B772E

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

Shades of Dell #4B772E

Tints of Dell #4B772E

Color information

#4B772E (or 0x4B772E) is unknown color: approx Dell. HEX triplet: 4B, 77 and 2E. RGB value is (75,119,46). Sum of RGB (Red+Green+Blue) = 75+119+46=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #4B772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B772E is #B488D1. Grayscale: #616161. Windows color (decimal): -11831506 or 3045195. OLE color: 3045195.

HSL color Cylindrical-coordinate representation of color #4B772E: hue angle of 96.16º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B772E is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB7511946-
CMYK0.3700.610.53
HSL96.16º44.24%32.35%-
HSV(B)96.16º61.34%46.67%-
XYZ9.9914.894.93-
YUV97.5298.92111.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=31.25%
G=49.58%
B=19.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119460.3700.610.5396.1644.2432.35
Hex4B772E2503D35602c20
Octal1131675645075651405440
Binary1001011111011110111010010101111011101011100000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B772E; }

 p { color: rgb(75,119,46); }

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

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

 a { background-color: rgb(75,119,46); }

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

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

 span { border-color: rgb(75,119,46); }

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