#3A8142

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

Shades of Killarney #3A8142

Tints of Killarney #3A8142

Color information

#3A8142 (or 0x3A8142) is unknown color: approx Killarney. HEX triplet: 3A, 81 and 42. RGB value is (58,129,66). Sum of RGB (Red+Green+Blue) = 58+129+66=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8142 is #C57EBD. Grayscale: #646464. Windows color (decimal): -12943038 or 4358458. OLE color: 4358458.

HSL color Cylindrical-coordinate representation of color #3A8142: hue angle of 126.76º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8142 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB5812966-
CMYK0.5500.490.49
HSL126.76º37.97%36.67%-
HSV(B)126.76º55.04%50.59%-
XYZ10.5816.997.88-
YUV100.59108.4897.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=22.92%
G=50.99%
B=26.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58129660.5500.490.49126.7637.9736.67
Hex3A814237031317f2625
Octal7220110267061611774645
Binary11101010000001100001011011101100011100011111111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,66); }

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

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

 a { background-color: rgb(58,129,66); }

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

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

 span { border-color: rgb(58,129,66); }

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