Html Css Color HEX #4E9076 Cutty Sark

📋 copy color: '#4E9076'

red 78 ◦ green 144 ◦ blue 118

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

Shades of Cutty Sark #4E9076

Tints of Cutty Sark #4E9076

RGB

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

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

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

R = 22.94%
G = 42.35%
B = 34.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#4E9076 (or 0x4E9076) is known color: Cutty Sark. HEX triplet: 4E, 90 and 76. RGB value is (78,144,118). Sum of RGB (Red+Green+Blue) = 78+144+118=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9076 is #B16F89. Grayscale: #797979. Windows color (decimal): -11628426 or 7770190. OLE color: 7770190.

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

Color convert

RGB 78 144 118 -
CMYK 0.46 0 0.18 0.44
HSL 156.36º 0.3% 0.44% -
HSV(B) 156.36º 0.46% 0.56% -
XYZ 16.39 22.87 20.69 -
YUV 121.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 78 144 118 0.46 0 0.18 0.44 156.36 0.3 0.44
Hex 4E 90 76 2E 0 12 2C 9C 1E 2C
Octal 116 220 166 56 0 22 54 234 36 54
Binary 1001110 10010000 1110110 101110 0 10010 101100 10011100 11110 101100

Color Harmonies of #4E9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9076

Black with #4E9076

Text Example


Text Example

White with #4E9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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