#4B8A5B

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

Shades of Como #4B8A5B

Tints of Como #4B8A5B

Color information

#4B8A5B (or 0x4B8A5B) is unknown color: approx Como. HEX triplet: 4B, 8A and 5B. RGB value is (75,138,91). Sum of RGB (Red+Green+Blue) = 75+138+91=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8A5B is #B475A4. Grayscale: #717171. Windows color (decimal): -11826597 or 5999179. OLE color: 5999179.

HSL color Cylindrical-coordinate representation of color #4B8A5B: hue angle of 135.24º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8A5B is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB7513891-
CMYK0.4600.340.46
HSL135.24º29.58%41.76%-
HSV(B)135.24º45.65%54.12%-
XYZ13.8820.4313.11-
YUV113.8115.13100.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=24.67%
G=45.39%
B=29.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75138910.4600.340.46135.2429.5841.76
Hex4B8A5B2E0222E871e2a
Octal11321213356042562073652
Binary100101110001010101101110111001000101011101000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,91); }

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

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

 a { background-color: rgb(75,138,91); }

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

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

 span { border-color: rgb(75,138,91); }

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