#4A734A

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

Shades of Killarney #4A734A

Tints of Killarney #4A734A

Color information

#4A734A (or 0x4A734A) is unknown color: approx Killarney. HEX triplet: 4A, 73 and 4A. RGB value is (74,115,74). Sum of RGB (Red+Green+Blue) = 74+115+74=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #4A734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A734A is #B58CB5. Grayscale: #626262. Windows color (decimal): -11898038 or 4879178. OLE color: 4879178.

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

Color convert

RGB7411574-
CMYK0.3600.360.55
HSL120º21.69%37.06%-
HSV(B)120º35.65%45.1%-
XYZ10.1914.218.68-
YUV98.07114.42110.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.14%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=28.14%
G=43.73%
B=28.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115740.3600.360.5512021.6937.06
Hex4A734A2402437781625
Octal11216311244044671702645
Binary1001010111001110010101001000100100110111111100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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