Html Css Color HEX #4D9376 Cutty Sark

📋 copy color: '#4D9376'

red 77 ◦ green 147 ◦ blue 118

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

Shades of Cutty Sark #4D9376

Tints of Cutty Sark #4D9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 22.51%
G = 42.98%
B = 34.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#4D9376 (or 0x4D9376) is known color: Cutty Sark. HEX triplet: 4D, 93 and 76. RGB value is (77,147,118). Sum of RGB (Red+Green+Blue) = 77+147+118=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9376 is #B26C89. Grayscale: #7A7A7A. Windows color (decimal): -11693194 or 7770957. OLE color: 7770957.

HSL color Cylindrical-coordinate representation of color #4D9376: hue angle of 155.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9376 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 147 118 -
CMYK 0.48 0 0.20 0.42
HSL 155.14º 0.31% 0.44% -
HSV(B) 155.14º 0.48% 0.58% -
XYZ 16.76 23.75 20.84 -
YUV 122.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 77 147 118 0.48 0 0.20 0.42 155.14 0.31 0.44
Hex 4D 93 76 30 0 14 2A 9B 1F 2C
Octal 115 223 166 60 0 24 52 233 37 54
Binary 1001101 10010011 1110110 110000 0 10100 101010 10011011 11111 101100

Color Harmonies of #4D9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9376

Black with #4D9376

Text Example


Text Example

White with #4D9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,147,118); }

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

background-color css

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

 a { background-color: rgb(77,147,118); }

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

border-color css

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

 span { border-color: rgb(77,147,118); }

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