Html Css Color HEX #4F9170 Cutty Sark

📋 copy color: '#4F9170'

red 79 ◦ green 145 ◦ blue 112

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

Shades of Cutty Sark #4F9170

Tints of Cutty Sark #4F9170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 23.51%
G = 43.15%
B = 33.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#4F9170 (or 0x4F9170) is known color: Cutty Sark. HEX triplet: 4F, 91 and 70. RGB value is (79,145,112). Sum of RGB (Red+Green+Blue) = 79+145+112=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9170 is #B06E8F. Grayscale: #797979. Windows color (decimal): -11562640 or 7377231. OLE color: 7377231.

HSL color Cylindrical-coordinate representation of color #4F9170: hue angle of 150º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9170 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 145 112 -
CMYK 0.46 0 0.23 0.43
HSL 150º 0.29% 0.44% -
HSV(B) 150º 0.46% 0.57% -
XYZ 16.27 23.08 18.93 -
YUV 121.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 79 145 112 0.46 0 0.23 0.43 150 0.29 0.44
Hex 4F 91 70 2E 0 17 2B 96 1D 2C
Octal 117 221 160 56 0 27 53 226 35 54
Binary 1001111 10010001 1110000 101110 0 10111 101011 10010110 11101 101100

Color Harmonies of #4F9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9170

Black with #4F9170

Text Example


Text Example

White with #4F9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,145,112); }

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

background-color css

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

 a { background-color: rgb(79,145,112); }

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

border-color css

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

 span { border-color: rgb(79,145,112); }

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