#4A6D4E

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

Shades of Killarney #4A6D4E

Tints of Killarney #4A6D4E

Color information

#4A6D4E (or 0x4A6D4E) is unknown color: approx Killarney. HEX triplet: 4A, 6D and 4E. RGB value is (74,109,78). Sum of RGB (Red+Green+Blue) = 74+109+78=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D4E is #B592B1. Grayscale: #5F5F5F. Windows color (decimal): -11899570 or 5139786. OLE color: 5139786.

HSL color Cylindrical-coordinate representation of color #4A6D4E: hue angle of 126.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6D4E is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB7410978-
CMYK0.3200.280.57
HSL126.86º19.13%35.88%-
HSV(B)126.86º32.11%42.75%-
XYZ9.6712.949.2-
YUV95118.4113.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=28.35%
G=41.76%
B=29.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74109780.3200.280.57126.8619.1335.88
Hex4A6D4E2001C397f1324
Octal11215511640034711772344
Binary100101011011011001110100000011100111001111111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,109,78); }

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

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

 a { background-color: rgb(74,109,78); }

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

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

 span { border-color: rgb(74,109,78); }

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