#4A824F

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

Shades of Killarney #4A824F

Tints of Killarney #4A824F

Color information

#4A824F (or 0x4A824F) is unknown color: approx Killarney. HEX triplet: 4A, 82 and 4F. RGB value is (74,130,79). Sum of RGB (Red+Green+Blue) = 74+130+79=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #4A824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A824F is #B57DB0. Grayscale: #6B6B6B. Windows color (decimal): -11894193 or 5210698. OLE color: 5210698.

HSL color Cylindrical-coordinate representation of color #4A824F: hue angle of 125.36º 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 #4A824F is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB7413079-
CMYK0.4300.390.49
HSL125.36º27.45%40%-
HSV(B)125.36º43.08%50.98%-
XYZ12.2217.9910.22-
YUV107.44111.95104.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=26.15%
G=45.94%
B=27.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130790.4300.390.49125.3627.4540
Hex4A824F2B027317d1b28
Octal11220211753047611753350
Binary10010101000001010011111010110100111110001111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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