#4DBA8A

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

Shades of Silver Tree #4DBA8A

Tints of Silver Tree #4DBA8A

Color information

#4DBA8A (or 0x4DBA8A) is unknown color: approx Silver Tree. HEX triplet: 4D, BA and 8A. RGB value is (77,186,138). Sum of RGB (Red+Green+Blue) = 77+186+138=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA8A is #B24575. Grayscale: #949494. Windows color (decimal): -11683190 or 9091661. OLE color: 9091661.

HSL color Cylindrical-coordinate representation of color #4DBA8A: hue angle of 153.58º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA8A is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB77186138-
CMYK0.5900.260.27
HSL153.58º44.13%51.57%-
HSV(B)153.58º58.6%72.94%-
XYZ25.2138.5330.15-
YUV147.94122.3977.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.20%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=19.20%
G=46.38%
B=34.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771861380.5900.260.27153.5844.1351.57
Hex4DBA8A3B01A1B9a2c34
Octal11527221273032332325464
Binary100110110111010100010101110110110101101110011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,186,138); }

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

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

 a { background-color: rgb(77,186,138); }

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

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

 span { border-color: rgb(77,186,138); }

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