Html Css Color HEX #4D8F6F Cutty Sark

📋 copy color: '#4D8F6F'

red 77 ◦ green 143 ◦ blue 111

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

Shades of Cutty Sark #4D8F6F

Tints of Cutty Sark #4D8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.2%

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

R = 23.26%
G = 43.2%
B = 33.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#4D8F6F (or 0x4D8F6F) is known color: Cutty Sark. HEX triplet: 4D, 8F and 6F. RGB value is (77,143,111). Sum of RGB (Red+Green+Blue) = 77+143+111=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F6F is #B27090. Grayscale: #777777. Windows color (decimal): -11694225 or 7311181. OLE color: 7311181.

HSL color Cylindrical-coordinate representation of color #4D8F6F: hue angle of 150.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F6F is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 143 111 -
CMYK 0.46 0 0.22 0.44
HSL 150.91º 0.3% 0.43% -
HSV(B) 150.91º 0.46% 0.56% -
XYZ 15.75 22.37 18.53 -
YUV 119.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 77 143 111 0.46 0 0.22 0.44 150.91 0.3 0.43
Hex 4D 8F 6F 2E 0 16 2C 97 1E 2B
Octal 115 217 157 56 0 26 54 227 36 53
Binary 1001101 10001111 1101111 101110 0 10110 101100 10010111 11110 101011

Color Harmonies of #4D8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8F6F

Black with #4D8F6F

Text Example


Text Example

White with #4D8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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