#4B865F

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

Shades of Como #4B865F

Tints of Como #4B865F

Color information

#4B865F (or 0x4B865F) is unknown color: approx Como. HEX triplet: 4B, 86 and 5F. RGB value is (75,134,95). Sum of RGB (Red+Green+Blue) = 75+134+95=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #4B865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B865F is #B479A0. Grayscale: #707070. Windows color (decimal): -11827617 or 6260299. OLE color: 6260299.

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

Color convert

RGB7513495-
CMYK0.4400.290.47
HSL140.34º28.23%40.98%-
HSV(B)140.34º44.03%52.55%-
XYZ13.4919.3713.85-
YUV111.91118.45101.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=24.67%
G=44.08%
B=31.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75134950.4400.290.47140.3428.2340.98
Hex4B865F2C01D2F8c1c29
Octal11320613754035572143451
Binary10010111000011010111111011000111011011111000110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,95); }

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

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

 a { background-color: rgb(75,134,95); }

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

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

 span { border-color: rgb(75,134,95); }

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