#4B8764

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

Shades of Como #4B8764

Tints of Como #4B8764

Color information

#4B8764 (or 0x4B8764) is unknown color: approx Como. HEX triplet: 4B, 87 and 64. RGB value is (75,135,100). Sum of RGB (Red+Green+Blue) = 75+135+100=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8764 is #B4789B. Grayscale: #717171. Windows color (decimal): -11827356 or 6588235. OLE color: 6588235.

HSL color Cylindrical-coordinate representation of color #4B8764: hue angle of 145º 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 #4B8764 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB75135100-
CMYK0.4400.260.47
HSL145º28.57%41.18%-
HSV(B)145º44.44%52.94%-
XYZ13.8719.7415.14-
YUV113.07120.62100.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=24.19%
G=43.55%
B=32.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751351000.4400.260.4714528.5741.18
Hex4B87642C01A2F911d29
Octal11320714454032572213551
Binary10010111000011111001001011000110101011111001000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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