Html Css Color HEX #4E856A Cutty Sark

📋 copy color: '#4E856A'

red 78 ◦ green 133 ◦ blue 106

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

Shades of Cutty Sark #4E856A

Tints of Cutty Sark #4E856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 24.61%
G = 41.96%
B = 33.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#4E856A (or 0x4E856A) is known color: Cutty Sark. HEX triplet: 4E, 85 and 6A. RGB value is (78,133,106). Sum of RGB (Red+Green+Blue) = 78+133+106=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #4E856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E856A is #B17A95. Grayscale: #717171. Windows color (decimal): -11631254 or 6980942. OLE color: 6980942.

HSL color Cylindrical-coordinate representation of color #4E856A: hue angle of 150.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E856A is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 78 133 106 -
CMYK 0.41 0 0.20 0.48
HSL 150.55º 0.26% 0.41% -
HSV(B) 150.55º 0.41% 0.52% -
XYZ 14.13 19.44 16.64 -
YUV 113.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 78 133 106 0.41 0 0.20 0.48 150.55 0.26 0.41
Hex 4E 85 6A 29 0 14 30 97 1A 29
Octal 116 205 152 51 0 24 60 227 32 51
Binary 1001110 10000101 1101010 101001 0 10100 110000 10010111 11010 101001

Color Harmonies of #4E856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E856A

Black with #4E856A

Text Example


Text Example

White with #4E856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,133,106); }

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

background-color css

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

 a { background-color: rgb(78,133,106); }

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

border-color css

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

 span { border-color: rgb(78,133,106); }

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