Html Css Color HEX #4E8975 Cutty Sark

📋 copy color: '#4E8975'

red 78 ◦ green 137 ◦ blue 117

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

Shades of Cutty Sark #4E8975

Tints of Cutty Sark #4E8975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 23.49%
G = 41.27%
B = 35.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#4E8975 (or 0x4E8975) is known color: Cutty Sark. HEX triplet: 4E, 89 and 75. RGB value is (78,137,117). Sum of RGB (Red+Green+Blue) = 78+137+117=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #4E8975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8975 is #B1768A. Grayscale: #757575. Windows color (decimal): -11630219 or 7702862. OLE color: 7702862.

HSL color Cylindrical-coordinate representation of color #4E8975: hue angle of 159.66º 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 #4E8975 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 78 137 117 -
CMYK 0.43 0 0.15 0.46
HSL 159.66º 0.27% 0.42% -
HSV(B) 159.66º 0.43% 0.54% -
XYZ 15.3 20.8 20.04 -
YUV 117.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 78 137 117 0.43 0 0.15 0.46 159.66 0.27 0.42
Hex 4E 89 75 2B 0 F 2E A0 1B 2A
Octal 116 211 165 53 0 17 56 240 33 52
Binary 1001110 10001001 1110101 101011 0 1111 101110 10100000 11011 101010

Color Harmonies of #4E8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8975

Black with #4E8975

Text Example


Text Example

White with #4E8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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