Html Css Color HEX #4F9375 Cutty Sark

📋 copy color: '#4F9375'

red 79 ◦ green 147 ◦ blue 117

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

Shades of Cutty Sark #4F9375

Tints of Cutty Sark #4F9375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 23.03%
G = 42.86%
B = 34.11%

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

#4F9375 (or 0x4F9375) is known color: Cutty Sark. HEX triplet: 4F, 93 and 75. RGB value is (79,147,117). Sum of RGB (Red+Green+Blue) = 79+147+117=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9375 is #B06C8A. Grayscale: #7B7B7B. Windows color (decimal): -11562123 or 7705423. OLE color: 7705423.

HSL color Cylindrical-coordinate representation of color #4F9375: hue angle of 153.53º 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 #4F9375 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 147 117 -
CMYK 0.46 0 0.20 0.42
HSL 153.53º 0.3% 0.44% -
HSV(B) 153.53º 0.46% 0.58% -
XYZ 16.87 23.81 20.54 -
YUV 123.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 79 147 117 0.46 0 0.20 0.42 153.53 0.3 0.44
Hex 4F 93 75 2E 0 14 2A 9A 1E 2C
Octal 117 223 165 56 0 24 52 232 36 54
Binary 1001111 10010011 1110101 101110 0 10100 101010 10011010 11110 101100

Color Harmonies of #4F9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9375

Black with #4F9375

Text Example


Text Example

White with #4F9375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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