Html Css Color HEX #4F6C50 Killarney

📋 copy color: '#4F6C50'

red 79 ◦ green 108 ◦ blue 80

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

Shades of Killarney #4F6C50

Tints of Killarney #4F6C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.45%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 29.59%
G = 40.45%
B = 29.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#4F6C50 (or 0x4F6C50) is known color: Killarney. HEX triplet: 4F, 6C and 50. RGB value is (79,108,80). Sum of RGB (Red+Green+Blue) = 79+108+80=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C50 is #B093AF. Grayscale: #606060. Windows color (decimal): -11572144 or 5270607. OLE color: 5270607.

HSL color Cylindrical-coordinate representation of color #4F6C50: hue angle of 122.07º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F6C50 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 108 80 -
CMYK 0.27 0 0.26 0.58
HSL 122.07º 0.16% 0.37% -
HSV(B) 122.07º 0.27% 0.42% -
XYZ 10.03 12.97 9.56 -
YUV 96.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 79 108 80 0.27 0 0.26 0.58 122.07 0.16 0.37
Hex 4F 6C 50 1B 0 1A 3A 7A 10 25
Octal 117 154 120 33 0 32 72 172 20 45
Binary 1001111 1101100 1010000 11011 0 11010 111010 1111010 10000 100101

Color Harmonies of #4F6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6C50

Black with #4F6C50

Text Example


Text Example

White with #4F6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,108,80); }

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

background-color css

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

 a { background-color: rgb(79,108,80); }

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

border-color css

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

 span { border-color: rgb(79,108,80); }

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