Html Css Color HEX #4F8172 Cutty Sark

📋 copy color: '#4F8172'

red 79 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #4F8172

Tints of Cutty Sark #4F8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 24.53%
G = 40.06%
B = 35.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#4F8172 (or 0x4F8172) is known color: Cutty Sark. HEX triplet: 4F, 81 and 72. RGB value is (79,129,114). Sum of RGB (Red+Green+Blue) = 79+129+114=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8172 is #B07E8D. Grayscale: #707070. Windows color (decimal): -11566734 or 7504207. OLE color: 7504207.

HSL color Cylindrical-coordinate representation of color #4F8172: hue angle of 162º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8172 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 129 114 -
CMYK 0.39 0 0.12 0.49
HSL 162º 0.24% 0.41% -
HSV(B) 162º 0.39% 0.51% -
XYZ 14.11 18.58 18.76 -
YUV 112.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 79 129 114 0.39 0 0.12 0.49 162 0.24 0.41
Hex 4F 81 72 27 0 C 31 A2 18 29
Octal 117 201 162 47 0 14 61 242 30 51
Binary 1001111 10000001 1110010 100111 0 1100 110001 10100010 11000 101001

Color Harmonies of #4F8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8172

Black with #4F8172

Text Example


Text Example

White with #4F8172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,129,114); }

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

background-color css

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

 a { background-color: rgb(79,129,114); }

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

border-color css

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

 span { border-color: rgb(79,129,114); }

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