#4B8A5D

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

Shades of Como #4B8A5D

Tints of Como #4B8A5D

Color information

#4B8A5D (or 0x4B8A5D) is unknown color: approx Como. HEX triplet: 4B, 8A and 5D. RGB value is (75,138,93). Sum of RGB (Red+Green+Blue) = 75+138+93=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8A5D is #B475A2. Grayscale: #727272. Windows color (decimal): -11826595 or 6130251. OLE color: 6130251.

HSL color Cylindrical-coordinate representation of color #4B8A5D: hue angle of 137.14º 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 #4B8A5D is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB7513893-
CMYK0.4600.330.46
HSL137.14º29.58%41.76%-
HSV(B)137.14º45.65%54.12%-
XYZ13.9720.4613.57-
YUV114.03116.13100.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=24.51%
G=45.10%
B=30.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75138930.4600.330.46137.1429.5841.76
Hex4B8A5D2E0212E891e2a
Octal11321213556041562113652
Binary100101110001010101110110111001000011011101000100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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