#4A8A5F

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

Shades of Como #4A8A5F

Tints of Como #4A8A5F

Color information

#4A8A5F (or 0x4A8A5F) is unknown color: approx Como. HEX triplet: 4A, 8A and 5F. RGB value is (74,138,95). Sum of RGB (Red+Green+Blue) = 74+138+95=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A5F is #B575A0. Grayscale: #727272. Windows color (decimal): -11892129 or 6261322. OLE color: 6261322.

HSL color Cylindrical-coordinate representation of color #4A8A5F: hue angle of 139.69º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A5F is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB7413895-
CMYK0.4600.310.46
HSL139.69º30.19%41.57%-
HSV(B)139.69º46.38%54.12%-
XYZ13.9820.4614.04-
YUV113.96117.399.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.10%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=24.10%
G=44.95%
B=30.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138950.4600.310.46139.6930.1941.57
Hex4A8A5F2E01F2E8c1e2a
Octal11221213756037562143652
Binary10010101000101010111111011100111111011101000110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,95); }

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

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

 a { background-color: rgb(74,138,95); }

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

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

 span { border-color: rgb(74,138,95); }

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