#4B8763

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

Shades of Como #4B8763

Tints of Como #4B8763

Color information

#4B8763 (or 0x4B8763) is unknown color: approx Como. HEX triplet: 4B, 87 and 63. RGB value is (75,135,99). Sum of RGB (Red+Green+Blue) = 75+135+99=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8763 is #B4789C. Grayscale: #717171. Windows color (decimal): -11827357 or 6522699. OLE color: 6522699.

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

Color convert

RGB7513599-
CMYK0.4400.270.47
HSL144º28.57%41.18%-
HSV(B)144º44.44%52.94%-
XYZ13.8219.7214.88-
YUV112.96120.12100.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=24.27%
G=43.69%
B=32.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135990.4400.270.4714428.5741.18
Hex4B87632C01B2F901d29
Octal11320714354033572203551
Binary10010111000011111000111011000110111011111001000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,135,99); }

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

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

 a { background-color: rgb(75,135,99); }

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

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

 span { border-color: rgb(75,135,99); }

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