#4A8761

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

Shades of Como #4A8761

Tints of Como #4A8761

Color information

#4A8761 (or 0x4A8761) is unknown color: approx Como. HEX triplet: 4A, 87 and 61. RGB value is (74,135,97). Sum of RGB (Red+Green+Blue) = 74+135+97=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8761 is #B5789E. Grayscale: #707070. Windows color (decimal): -11892895 or 6391626. OLE color: 6391626.

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

Color convert

RGB7413597-
CMYK0.4500.280.47
HSL142.62º29.19%40.98%-
HSV(B)142.62º45.19%52.94%-
XYZ13.6519.6514.38-
YUV112.43119.29100.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.18%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=24.18%
G=44.12%
B=31.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135970.4500.280.47142.6229.1940.98
Hex4A87612D01C2F8f1d29
Octal11220714155034572173551
Binary10010101000011111000011011010111001011111000111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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