Html Css Color HEX #4D906D Cutty Sark

📋 copy color: '#4D906D'

red 77 ◦ green 144 ◦ blue 109

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

Shades of Cutty Sark #4D906D

Tints of Cutty Sark #4D906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 23.33%
G = 43.64%
B = 33.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#4D906D (or 0x4D906D) is known color: Cutty Sark. HEX triplet: 4D, 90 and 6D. RGB value is (77,144,109). Sum of RGB (Red+Green+Blue) = 77+144+109=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #4D906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D906D is #B26F92. Grayscale: #787878. Windows color (decimal): -11693971 or 7180365. OLE color: 7180365.

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

Color convert

RGB 77 144 109 -
CMYK 0.47 0 0.24 0.44
HSL 148.66º 0.3% 0.43% -
HSV(B) 148.66º 0.47% 0.56% -
XYZ 15.79 22.63 18 -
YUV 119.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 77 144 109 0.47 0 0.24 0.44 148.66 0.3 0.43
Hex 4D 90 6D 2F 0 18 2C 95 1E 2B
Octal 115 220 155 57 0 30 54 225 36 53
Binary 1001101 10010000 1101101 101111 0 11000 101100 10010101 11110 101011

Color Harmonies of #4D906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D906D

Black with #4D906D

Text Example


Text Example

White with #4D906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,144,109); }

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

background-color css

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

 a { background-color: rgb(77,144,109); }

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

border-color css

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

 span { border-color: rgb(77,144,109); }

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