#4A7650

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

Shades of Killarney #4A7650

Tints of Killarney #4A7650

Color information

#4A7650 (or 0x4A7650) is unknown color: approx Killarney. HEX triplet: 4A, 76 and 50. RGB value is (74,118,80). Sum of RGB (Red+Green+Blue) = 74+118+80=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7650 is #B589AF. Grayscale: #646464. Windows color (decimal): -11897264 or 5273162. OLE color: 5273162.

HSL color Cylindrical-coordinate representation of color #4A7650: hue angle of 128.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7650 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB7411880-
CMYK0.3700.320.54
HSL128.18º22.92%37.65%-
HSV(B)128.18º37.29%46.27%-
XYZ10.7514.999.92-
YUV100.51116.42109.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.21%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=27.21%
G=43.38%
B=29.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118800.3700.320.54128.1822.9237.65
Hex4A76502502036801726
Octal11216612045040662002746
Binary10010101110110101000010010101000001101101000000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,118,80); }

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

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

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

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

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

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

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