#4D8B6C

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

Shades of Cutty Sark #4D8B6C

Tints of Cutty Sark #4D8B6C

Color information

#4D8B6C (or 0x4D8B6C) is unknown color: approx Cutty Sark. HEX triplet: 4D, 8B and 6C. RGB value is (77,139,108). Sum of RGB (Red+Green+Blue) = 77+139+108=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B6C is #B27493. Grayscale: #747474. Windows color (decimal): -11695252 or 7113549. OLE color: 7113549.

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

Color convert

RGB77139108-
CMYK0.4500.220.45
HSL150º28.7%42.35%-
HSV(B)150º44.6%54.51%-
XYZ1521.1317.47-
YUV116.93122.9699.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=23.77%
G=42.90%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771391080.4500.220.4515028.742.35
Hex4D8B6C2D0162D961d2a
Octal11521315455026552263552
Binary10011011000101111011001011010101101011011001011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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