Html Css Color HEX #4F9376 Cutty Sark

📋 copy color: '#4F9376'

red 79 ◦ green 147 ◦ blue 118

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

Shades of Cutty Sark #4F9376

Tints of Cutty Sark #4F9376

RGB

 RED value IS 79 (31.25% from 255) = 22.97%

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

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

R = 22.97%
G = 42.73%
B = 34.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#4F9376 (or 0x4F9376) is known color: Cutty Sark. HEX triplet: 4F, 93 and 76. RGB value is (79,147,118). Sum of RGB (Red+Green+Blue) = 79+147+118=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9376 is #B06C89. Grayscale: #7B7B7B. Windows color (decimal): -11562122 or 7770959. OLE color: 7770959.

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

Color convert

RGB 79 147 118 -
CMYK 0.46 0 0.20 0.42
HSL 154.41º 0.3% 0.44% -
HSV(B) 154.41º 0.46% 0.58% -
XYZ 16.93 23.84 20.85 -
YUV 123.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 79 147 118 0.46 0 0.20 0.42 154.41 0.3 0.44
Hex 4F 93 76 2E 0 14 2A 9A 1E 2C
Octal 117 223 166 56 0 24 52 232 36 54
Binary 1001111 10010011 1110110 101110 0 10100 101010 10011010 11110 101100

Color Harmonies of #4F9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9376

Black with #4F9376

Text Example


Text Example

White with #4F9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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