#3A8B49

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

Shades of Killarney #3A8B49

Tints of Killarney #3A8B49

Color information

#3A8B49 (or 0x3A8B49) is unknown color: approx Killarney. HEX triplet: 3A, 8B and 49. RGB value is (58,139,73). Sum of RGB (Red+Green+Blue) = 58+139+73=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8B49 is #C574B6. Grayscale: #6B6B6B. Windows color (decimal): -12940471 or 4819770. OLE color: 4819770.

HSL color Cylindrical-coordinate representation of color #3A8B49: hue angle of 131.11º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B49 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB5813973-
CMYK0.5800.470.45
HSL131.11º41.12%38.63%-
HSV(B)131.11º58.27%54.51%-
XYZ12.1819.859.49-
YUV107.26108.6692.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=21.48%
G=51.48%
B=27.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58139730.5800.470.45131.1141.1238.63
Hex3A8B493A02F2D832927
Octal7221311172057552035147
Binary111010100010111001001111010010111110110110000011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A8B49; }

 p { color: rgb(58,139,73); }

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

<style>
 a { background-color: #3A8B49; }

 a { background-color: rgb(58,139,73); }

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

<style>
 span { border-color: #3A8B49; }

 span { border-color: rgb(58,139,73); }

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