#4A8B53

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

Shades of Killarney #4A8B53

Tints of Killarney #4A8B53

Color information

#4A8B53 (or 0x4A8B53) is unknown color: approx Killarney. HEX triplet: 4A, 8B and 53. RGB value is (74,139,83). Sum of RGB (Red+Green+Blue) = 74+139+83=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B53 is #B574AC. Grayscale: #717171. Windows color (decimal): -11891885 or 5475146. OLE color: 5475146.

HSL color Cylindrical-coordinate representation of color #4A8B53: hue angle of 128.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B53 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB7413983-
CMYK0.4700.400.45
HSL128.31º30.52%41.76%-
HSV(B)128.31º46.76%54.51%-
XYZ13.6220.5511.43-
YUV113.18110.97100.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=25%
G=46.96%
B=28.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74139830.4700.400.45128.3130.5241.76
Hex4A8B532F0282D801f2a
Octal11221312357050552003752
Binary100101010001011101001110111101010001011011000000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,83); }

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

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

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

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

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

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

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