#3A7048

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

Shades of Killarney #3A7048

Tints of Killarney #3A7048

Color information

#3A7048 (or 0x3A7048) is unknown color: approx Killarney. HEX triplet: 3A, 70 and 48. RGB value is (58,112,72). Sum of RGB (Red+Green+Blue) = 58+112+72=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7048 is #C58FB7. Grayscale: #5B5B5B. Windows color (decimal): -12947384 or 4747322. OLE color: 4747322.

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

Color convert

RGB5811272-
CMYK0.4800.360.56
HSL135.56º31.76%33.33%-
HSV(B)135.56º48.21%43.92%-
XYZ8.7112.968.17-
YUV91.29117.11104.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.97%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=23.97%
G=46.28%
B=29.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112720.4800.360.56135.5631.7633.33
Hex3A70483002438882021
Octal7216011060044702104041
Binary11101011100001001000110000010010011100010001000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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