Html Css Color HEX #4E8976 Cutty Sark

📋 copy color: '#4E8976'

red 78 ◦ green 137 ◦ blue 118

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

Shades of Cutty Sark #4E8976

Tints of Cutty Sark #4E8976

RGB

 RED value IS 78 (30.86% from 255) = 23.42%

 GREEN value IS 137 (53.91% from 255) = 41.14%

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

R = 23.42%
G = 41.14%
B = 35.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#4E8976 (or 0x4E8976) is known color: Cutty Sark. HEX triplet: 4E, 89 and 76. RGB value is (78,137,118). Sum of RGB (Red+Green+Blue) = 78+137+118=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #4E8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8976 is #B17689. Grayscale: #757575. Windows color (decimal): -11630218 or 7768398. OLE color: 7768398.

HSL color Cylindrical-coordinate representation of color #4E8976: hue angle of 160.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8976 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 78 137 118 -
CMYK 0.43 0 0.14 0.46
HSL 160.68º 0.27% 0.42% -
HSV(B) 160.68º 0.43% 0.54% -
XYZ 15.36 20.82 20.35 -
YUV 117.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 78 137 118 0.43 0 0.14 0.46 160.68 0.27 0.42
Hex 4E 89 76 2B 0 E 2E A1 1B 2A
Octal 116 211 166 53 0 16 56 241 33 52
Binary 1001110 10001001 1110110 101011 0 1110 101110 10100001 11011 101010

Color Harmonies of #4E8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8976

Black with #4E8976

Text Example


Text Example

White with #4E8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,137,118); }

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

background-color css

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

 a { background-color: rgb(78,137,118); }

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

border-color css

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

 span { border-color: rgb(78,137,118); }

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