#4A874C

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

Shades of Killarney #4A874C

Tints of Killarney #4A874C

Color information

#4A874C (or 0x4A874C) is unknown color: approx Killarney. HEX triplet: 4A, 87 and 4C. RGB value is (74,135,76). Sum of RGB (Red+Green+Blue) = 74+135+76=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #4A874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A874C is #B578B3. Grayscale: #6E6E6E. Windows color (decimal): -11892916 or 5015370. OLE color: 5015370.

HSL color Cylindrical-coordinate representation of color #4A874C: hue angle of 121.97º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A874C is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB7413576-
CMYK0.4500.440.47
HSL121.97º29.19%40.98%-
HSV(B)121.97º45.19%52.94%-
XYZ12.7919.319.89-
YUV110.03108.79102.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=25.96%
G=47.37%
B=26.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135760.4500.440.47121.9729.1940.98
Hex4A874C2D02C2F7a1d29
Octal11220711455054571723551
Binary10010101000011110011001011010101100101111111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,76); }

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

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

 a { background-color: rgb(74,135,76); }

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

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

 span { border-color: rgb(74,135,76); }

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