#4D8B65

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

Shades of Como #4D8B65

Tints of Como #4D8B65

Color information

#4D8B65 (or 0x4D8B65) is unknown color: approx Como. HEX triplet: 4D, 8B and 65. RGB value is (77,139,101). Sum of RGB (Red+Green+Blue) = 77+139+101=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B65 is #B2749A. Grayscale: #747474. Windows color (decimal): -11695259 or 6654797. OLE color: 6654797.

HSL color Cylindrical-coordinate representation of color #4D8B65: hue angle of 143.23º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8B65 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB77139101-
CMYK0.4500.270.45
HSL143.23º28.7%42.35%-
HSV(B)143.23º44.6%54.51%-
XYZ14.6420.9815.59-
YUV116.13119.46100.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=24.29%
G=43.85%
B=31.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771391010.4500.270.45143.2328.742.35
Hex4D8B652D01B2D8f1d2a
Octal11521314555033552173552
Binary10011011000101111001011011010110111011011000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,139,101); }

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

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

 a { background-color: rgb(77,139,101); }

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

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

 span { border-color: rgb(77,139,101); }

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