#3A7046

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

Shades of Killarney #3A7046

Tints of Killarney #3A7046

Color information

#3A7046 (or 0x3A7046) is unknown color: approx Killarney. HEX triplet: 3A, 70 and 46. RGB value is (58,112,70). Sum of RGB (Red+Green+Blue) = 58+112+70=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7046 is #C58FB9. Grayscale: #5B5B5B. Windows color (decimal): -12947386 or 4616250. OLE color: 4616250.

HSL color Cylindrical-coordinate representation of color #3A7046: hue angle of 133.33º 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 #3A7046 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB5811270-
CMYK0.4800.380.56
HSL133.33º31.76%33.33%-
HSV(B)133.33º48.21%43.92%-
XYZ8.6412.937.83-
YUV91.07116.11104.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=24.17%
G=46.67%
B=29.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112700.4800.380.56133.3331.7633.33
Hex3A70463002638852021
Octal7216010660046702054041
Binary11101011100001000110110000010011011100010000101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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