#4B7B5B

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

Shades of Como #4B7B5B

Tints of Como #4B7B5B

Color information

#4B7B5B (or 0x4B7B5B) is unknown color: approx Como. HEX triplet: 4B, 7B and 5B. RGB value is (75,123,91). Sum of RGB (Red+Green+Blue) = 75+123+91=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7B5B is #B484A4. Grayscale: #696969. Windows color (decimal): -11830437 or 5995339. OLE color: 5995339.

HSL color Cylindrical-coordinate representation of color #4B7B5B: hue angle of 140º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7B5B is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB7512391-
CMYK0.3900.260.52
HSL140º24.24%38.82%-
HSV(B)140º39.02%48.24%-
XYZ11.8716.4212.44-
YUV105120.1106.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=25.95%
G=42.56%
B=31.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75123910.3900.260.5214024.2438.82
Hex4B7B5B2701A348c1827
Octal11317313347032642143047
Binary1001011111101110110111001110110101101001000110011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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