#4A7050

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

Shades of Killarney #4A7050

Tints of Killarney #4A7050

Color information

#4A7050 (or 0x4A7050) is unknown color: approx Killarney. HEX triplet: 4A, 70 and 50. RGB value is (74,112,80). Sum of RGB (Red+Green+Blue) = 74+112+80=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7050 is #B58FAF. Grayscale: #616161. Windows color (decimal): -11898800 or 5271626. OLE color: 5271626.

HSL color Cylindrical-coordinate representation of color #4A7050: hue angle of 129.47º 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 #4A7050 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB7411280-
CMYK0.3400.290.56
HSL129.47º20.43%36.47%-
HSV(B)129.47º33.93%43.92%-
XYZ10.0713.629.69-
YUV96.99118.41111.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=27.82%
G=42.11%
B=30.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112800.3400.290.56129.4720.4336.47
Hex4A70502201D38811424
Octal11216012042035702012444
Binary1001010111000010100001000100111011110001000000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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