#4A875E

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

Shades of Como #4A875E

Tints of Como #4A875E

Color information

#4A875E (or 0x4A875E) is unknown color: approx Como. HEX triplet: 4A, 87 and 5E. RGB value is (74,135,94). Sum of RGB (Red+Green+Blue) = 74+135+94=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #4A875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A875E is #B578A1. Grayscale: #707070. Windows color (decimal): -11892898 or 6195018. OLE color: 6195018.

HSL color Cylindrical-coordinate representation of color #4A875E: hue angle of 139.67º 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 #4A875E is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7413594-
CMYK0.4500.300.47
HSL139.67º29.19%40.98%-
HSV(B)139.67º45.19%52.94%-
XYZ13.5119.5913.66-
YUV112.09117.79100.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=24.42%
G=44.55%
B=31.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135940.4500.300.47139.6729.1940.98
Hex4A875E2D01E2F8c1d29
Octal11220713655036572143551
Binary10010101000011110111101011010111101011111000110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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