#4A875B

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

Shades of Como #4A875B

Tints of Como #4A875B

Color information

#4A875B (or 0x4A875B) is unknown color: approx Como. HEX triplet: 4A, 87 and 5B. RGB value is (74,135,91). Sum of RGB (Red+Green+Blue) = 74+135+91=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #4A875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A875B is #B578A4. Grayscale: #6F6F6F. Windows color (decimal): -11892901 or 5998410. OLE color: 5998410.

HSL color Cylindrical-coordinate representation of color #4A875B: hue angle of 136.72º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A875B is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB7413591-
CMYK0.4500.330.47
HSL136.72º29.19%40.98%-
HSV(B)136.72º45.19%52.94%-
XYZ13.3819.5412.96-
YUV111.74116.29101.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.67%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=24.67%
G=45%
B=30.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135910.4500.330.47136.7229.1940.98
Hex4A875B2D0212F891d29
Octal11220713355041572113551
Binary100101010000111101101110110101000011011111000100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,91); }

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

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

 a { background-color: rgb(74,135,91); }

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

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

 span { border-color: rgb(74,135,91); }

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