#4B855A

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

Shades of Como #4B855A

Tints of Como #4B855A

Color information

#4B855A (or 0x4B855A) is unknown color: approx Como. HEX triplet: 4B, 85 and 5A. RGB value is (75,133,90). Sum of RGB (Red+Green+Blue) = 75+133+90=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #4B855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B855A is #B47AA5. Grayscale: #6E6E6E. Windows color (decimal): -11827878 or 5932363. OLE color: 5932363.

HSL color Cylindrical-coordinate representation of color #4B855A: hue angle of 135.52º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B855A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB7513390-
CMYK0.4400.320.48
HSL135.52º27.88%40.78%-
HSV(B)135.52º43.61%52.16%-
XYZ13.1319.0112.65-
YUV110.76116.28102.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=25.17%
G=44.63%
B=30.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133900.4400.320.48135.5227.8840.78
Hex4B855A2C02030881c29
Octal11320513254040602103451
Binary100101110000101101101010110001000001100001000100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,90); }

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

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

 a { background-color: rgb(75,133,90); }

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

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

 span { border-color: rgb(75,133,90); }

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