#4A7357

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

Shades of Como #4A7357

Tints of Como #4A7357

Color information

#4A7357 (or 0x4A7357) is unknown color: approx Como. HEX triplet: 4A, 73 and 57. RGB value is (74,115,87). Sum of RGB (Red+Green+Blue) = 74+115+87=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7357 is #B58CA8. Grayscale: #636363. Windows color (decimal): -11898025 or 5731146. OLE color: 5731146.

HSL color Cylindrical-coordinate representation of color #4A7357: hue angle of 139.02º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7357 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB7411587-
CMYK0.3600.240.55
HSL139.02º21.69%37.06%-
HSV(B)139.02º35.65%45.1%-
XYZ10.6814.4111.23-
YUV99.55120.92109.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=26.81%
G=41.67%
B=31.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115870.3600.240.55139.0221.6937.06
Hex4A735724018378b1625
Octal11216312744030672132645
Binary1001010111001110101111001000110001101111000101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,115,87); }

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

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

 a { background-color: rgb(74,115,87); }

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

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

 span { border-color: rgb(74,115,87); }

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