#4A774D

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

Shades of Killarney #4A774D

Tints of Killarney #4A774D

Color information

#4A774D (or 0x4A774D) is unknown color: approx Killarney. HEX triplet: 4A, 77 and 4D. RGB value is (74,119,77). Sum of RGB (Red+Green+Blue) = 74+119+77=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #4A774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A774D is #B588B2. Grayscale: #646464. Windows color (decimal): -11897011 or 5076810. OLE color: 5076810.

HSL color Cylindrical-coordinate representation of color #4A774D: hue angle of 124º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A774D is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB7411977-
CMYK0.3800.350.53
HSL124º23.32%37.84%-
HSV(B)124º37.82%46.67%-
XYZ10.7615.199.39-
YUV100.76114.59108.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=27.41%
G=44.07%
B=28.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74119770.3800.350.5312423.3237.84
Hex4A774D26023357c1726
Octal11216711546043651742746
Binary1001010111011110011011001100100011110101111110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,119,77); }

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

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

 a { background-color: rgb(74,119,77); }

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

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

 span { border-color: rgb(74,119,77); }

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