#4D7D4F

Color #4D7D4F Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #4D7D4F

Tints of Killarney #4D7D4F

Color information

#4D7D4F (or 0x4D7D4F) is unknown color: approx Killarney. HEX triplet: 4D, 7D and 4F. RGB value is (77,125,79). Sum of RGB (Red+Green+Blue) = 77+125+79=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7D4F is #B282B0. Grayscale: #696969. Windows color (decimal): -11698865 or 5209421. OLE color: 5209421.

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

Color convert

RGB7712579-
CMYK0.3800.370.51
HSL122.5º23.76%39.61%-
HSV(B)122.5º38.4%49.02%-
XYZ11.8116.8110.02-
YUV105.4113.1107.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=27.40%
G=44.48%
B=28.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77125790.3800.370.51122.523.7639.61
Hex4D7D4F26025337a1828
Octal11517511746045631723050
Binary1001101111110110011111001100100101110011111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,125,79); }

 H1.HeaderClassName
 {
   color: #4D7D4F;
 }
 .AnyTagClassName
 {
   color: #4D7D4F;
 }
</style>
background-color css

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

 a { background-color: rgb(77,125,79); }

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

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

 span { border-color: rgb(77,125,79); }

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