#4A8767

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

Shades of Como #4A8767

Tints of Como #4A8767

Color information

#4A8767 (or 0x4A8767) is unknown color: approx Como. HEX triplet: 4A, 87 and 67. RGB value is (74,135,103). Sum of RGB (Red+Green+Blue) = 74+135+103=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8767 is #B57898. Grayscale: #717171. Windows color (decimal): -11892889 or 6784842. OLE color: 6784842.

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

Color convert

RGB74135103-
CMYK0.4500.240.47
HSL148.52º29.19%40.98%-
HSV(B)148.52º45.19%52.94%-
XYZ13.9419.7615.91-
YUV113.11122.29100.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.72%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=23.72%
G=43.27%
B=33.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741351030.4500.240.47148.5229.1940.98
Hex4A87672D0182F951d29
Octal11220714755030572253551
Binary10010101000011111001111011010110001011111001010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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