#4A824C

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

Shades of Killarney #4A824C

Tints of Killarney #4A824C

Color information

#4A824C (or 0x4A824C) is unknown color: approx Killarney. HEX triplet: 4A, 82 and 4C. RGB value is (74,130,76). Sum of RGB (Red+Green+Blue) = 74+130+76=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #4A824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A824C is #B57DB3. Grayscale: #6B6B6B. Windows color (decimal): -11894196 or 5014090. OLE color: 5014090.

HSL color Cylindrical-coordinate representation of color #4A824C: hue angle of 122.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A824C is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB7413076-
CMYK0.4300.420.49
HSL122.14º27.45%40%-
HSV(B)122.14º43.08%50.98%-
XYZ12.1117.949.66-
YUV107.1110.45104.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.43%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=26.43%
G=46.43%
B=27.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130760.4300.420.49122.1427.4540
Hex4A824C2B02A317a1b28
Octal11220211453052611723350
Binary10010101000001010011001010110101010110001111101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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