#4B772C

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

Shades of Dell #4B772C

Tints of Dell #4B772C

Color information

#4B772C (or 0x4B772C) is unknown color: approx Dell. HEX triplet: 4B, 77 and 2C. RGB value is (75,119,44). Sum of RGB (Red+Green+Blue) = 75+119+44=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #4B772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B772C is #B488D3. Grayscale: #616161. Windows color (decimal): -11831508 or 2914123. OLE color: 2914123.

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

Color convert

RGB7511944-
CMYK0.3700.630.53
HSL95.2º46.01%31.96%-
HSV(B)95.2º63.03%46.67%-
XYZ9.9514.874.73-
YUV97.2997.92112.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=31.51%
G=50%
B=18.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119440.3700.630.5395.246.0131.96
Hex4B772C2503F355f2e20
Octal1131675445077651375640
Binary1001011111011110110010010101111111101011011111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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