#3A7047

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

Shades of Killarney #3A7047

Tints of Killarney #3A7047

Color information

#3A7047 (or 0x3A7047) is unknown color: approx Killarney. HEX triplet: 3A, 70 and 47. RGB value is (58,112,71). Sum of RGB (Red+Green+Blue) = 58+112+71=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7047 is #C58FB8. Grayscale: #5B5B5B. Windows color (decimal): -12947385 or 4681786. OLE color: 4681786.

HSL color Cylindrical-coordinate representation of color #3A7047: hue angle of 134.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7047 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB5811271-
CMYK0.4800.370.56
HSL134.44º31.76%33.33%-
HSV(B)134.44º48.21%43.92%-
XYZ8.6812.948-
YUV91.18116.61104.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=24.07%
G=46.47%
B=29.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112710.4800.370.56134.4431.7633.33
Hex3A70473002538862021
Octal7216010760045702064041
Binary11101011100001000111110000010010111100010000110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,71); }

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

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

 a { background-color: rgb(58,112,71); }

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

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

 span { border-color: rgb(58,112,71); }

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