#4A7C4B

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

Shades of Killarney #4A7C4B

Tints of Killarney #4A7C4B

Color information

#4A7C4B (or 0x4A7C4B) is unknown color: approx Killarney. HEX triplet: 4A, 7C and 4B. RGB value is (74,124,75). Sum of RGB (Red+Green+Blue) = 74+124+75=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C4B is #B583B4. Grayscale: #676767. Windows color (decimal): -11895733 or 4947018. OLE color: 4947018.

HSL color Cylindrical-coordinate representation of color #4A7C4B: hue angle of 121.2º 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 #4A7C4B is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB7412475-
CMYK0.4000.400.51
HSL121.2º25.25%38.82%-
HSV(B)121.2º40.32%48.63%-
XYZ11.316.389.22-
YUV103.46111.94106.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=27.11%
G=45.42%
B=27.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74124750.4000.400.51121.225.2538.82
Hex4A7C4B2802833791927
Octal11217411350050631713147
Binary1001010111110010010111010000101000110011111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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