Html Css Color HEX #4D7050 Killarney

📋 copy color: '#4D7050'

red 77 ◦ green 112 ◦ blue 80

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

Shades of Killarney #4D7050

Tints of Killarney #4D7050

RGB

 RED value IS 77 (30.47% from 255) = 28.62%

 GREEN value IS 112 (44.14% from 255) = 41.64%

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

R = 28.62%
G = 41.64%
B = 29.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#4D7050 (or 0x4D7050) is known color: Killarney. HEX triplet: 4D, 70 and 50. RGB value is (77,112,80). Sum of RGB (Red+Green+Blue) = 77+112+80=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7050 is #B28FAF. Grayscale: #616161. Windows color (decimal): -11702192 or 5271629. OLE color: 5271629.

HSL color Cylindrical-coordinate representation of color #4D7050: hue angle of 125.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D7050 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 112 80 -
CMYK 0.31 0 0.29 0.56
HSL 125.14º 0.19% 0.37% -
HSV(B) 125.14º 0.31% 0.44% -
XYZ 10.3 13.75 9.7 -
YUV 97.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 77 112 80 0.31 0 0.29 0.56 125.14 0.19 0.37
Hex 4D 70 50 1F 0 1D 38 7D 13 25
Octal 115 160 120 37 0 35 70 175 23 45
Binary 1001101 1110000 1010000 11111 0 11101 111000 1111101 10011 100101

Color Harmonies of #4D7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7050

Black with #4D7050

Text Example


Text Example

White with #4D7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,80); }

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

background-color css

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

 a { background-color: rgb(77,112,80); }

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

border-color css

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

 span { border-color: rgb(77,112,80); }

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