Html Css Color HEX #4D916F Cutty Sark

📋 copy color: '#4D916F'

red 77 ◦ green 145 ◦ blue 111

#4D916F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #4D916F

Tints of Cutty Sark #4D916F

RGB

 RED value IS 77 (30.47% from 255) = 23.12%

 GREEN value IS 145 (57.03% from 255) = 43.54%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 23.12%
G = 43.54%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#4D916F (or 0x4D916F) is known color: Cutty Sark. HEX triplet: 4D, 91 and 6F. RGB value is (77,145,111). Sum of RGB (Red+Green+Blue) = 77+145+111=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #4D916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D916F is #B26E90. Grayscale: #787878. Windows color (decimal): -11693713 or 7311693. OLE color: 7311693.

HSL color Cylindrical-coordinate representation of color #4D916F: hue angle of 150º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D916F is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 111 -
CMYK 0.47 0 0.23 0.43
HSL 150º 0.31% 0.44% -
HSV(B) 150º 0.47% 0.57% -
XYZ 16.06 22.98 18.63 -
YUV 120.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 77 145 111 0.47 0 0.23 0.43 150 0.31 0.44
Hex 4D 91 6F 2F 0 17 2B 96 1F 2C
Octal 115 221 157 57 0 27 53 226 37 54
Binary 1001101 10010001 1101111 101111 0 10111 101011 10010110 11111 101100

Color Harmonies of #4D916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D916F

Black with #4D916F

Text Example


Text Example

White with #4D916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,111); }

 H1.HeaderClassName
 {
   color: #4D916F;
 }
 .AnyTagClassName
 {
   color: #4D916F;
 }
</style>

background-color css

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

 a { background-color: rgb(77,145,111); }

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

border-color css

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

 span { border-color: rgb(77,145,111); }

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