#4A704A

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

Shades of Killarney #4A704A

Tints of Killarney #4A704A

Color information

#4A704A (or 0x4A704A) is unknown color: approx Killarney. HEX triplet: 4A, 70 and 4A. RGB value is (74,112,74). Sum of RGB (Red+Green+Blue) = 74+112+74=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #4A704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A704A is #B58FB5. Grayscale: #606060. Windows color (decimal): -11898806 or 4878410. OLE color: 4878410.

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

Color convert

RGB7411274-
CMYK0.3400.340.56
HSL120º20.43%36.47%-
HSV(B)120º33.93%43.92%-
XYZ9.8513.548.57-
YUV96.31115.41112.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=28.46%
G=43.08%
B=28.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112740.3400.340.5612020.4336.47
Hex4A704A2202238781424
Octal11216011242042701702444
Binary1001010111000010010101000100100010111000111100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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