#4A7C4E

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

Shades of Killarney #4A7C4E

Tints of Killarney #4A7C4E

Color information

#4A7C4E (or 0x4A7C4E) is unknown color: approx Killarney. HEX triplet: 4A, 7C and 4E. RGB value is (74,124,78). Sum of RGB (Red+Green+Blue) = 74+124+78=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C4E is #B583B1. Grayscale: #676767. Windows color (decimal): -11895730 or 5143626. OLE color: 5143626.

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

Color convert

RGB7412478-
CMYK0.4000.370.51
HSL124.8º25.25%38.82%-
HSV(B)124.8º40.32%48.63%-
XYZ11.4116.429.78-
YUV103.81113.44106.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=26.81%
G=44.93%
B=28.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74124780.4000.370.51124.825.2538.82
Hex4A7C4E28025337d1927
Octal11217411650045631753147
Binary1001010111110010011101010000100101110011111110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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