#4A714A

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

Shades of Killarney #4A714A

Tints of Killarney #4A714A

Color information

#4A714A (or 0x4A714A) is unknown color: approx Killarney. HEX triplet: 4A, 71 and 4A. RGB value is (74,113,74). Sum of RGB (Red+Green+Blue) = 74+113+74=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #4A714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A714A is #B58EB5. Grayscale: #616161. Windows color (decimal): -11898550 or 4878666. OLE color: 4878666.

HSL color Cylindrical-coordinate representation of color #4A714A: hue angle of 120º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A714A is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB7411374-
CMYK0.3500.350.56
HSL120º20.86%36.67%-
HSV(B)120º34.51%44.31%-
XYZ9.9713.768.61-
YUV96.89115.08111.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=28.35%
G=43.30%
B=28.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74113740.3500.350.5612020.8636.67
Hex4A714A2302338781525
Octal11216111243043701702545
Binary1001010111000110010101000110100011111000111100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,74); }

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

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

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

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

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

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

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