#4B8260

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

Shades of Como #4B8260

Tints of Como #4B8260

Color information

#4B8260 (or 0x4B8260) is unknown color: approx Como. HEX triplet: 4B, 82 and 60. RGB value is (75,130,96). Sum of RGB (Red+Green+Blue) = 75+130+96=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #4B8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8260 is #B47D9F. Grayscale: #6D6D6D. Windows color (decimal): -11828640 or 6324811. OLE color: 6324811.

HSL color Cylindrical-coordinate representation of color #4B8260: hue angle of 142.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B8260 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB7513096-
CMYK0.4200.260.49
HSL142.91º26.83%40.2%-
HSV(B)142.91º42.31%50.98%-
XYZ1318.3113.91-
YUV109.68120.28103.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=24.92%
G=43.19%
B=31.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75130960.4200.260.49142.9126.8340.2
Hex4B82602A01A318f1b28
Octal11320214052032612173350
Binary10010111000001011000001010100110101100011000111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,130,96); }

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

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

 a { background-color: rgb(75,130,96); }

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

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

 span { border-color: rgb(75,130,96); }

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