#387046

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

Shades of Killarney #387046

Tints of Killarney #387046

Color information

#387046 (or 0x387046) is unknown color: approx Killarney. HEX triplet: 38, 70 and 46. RGB value is (56,112,70). Sum of RGB (Red+Green+Blue) = 56+112+70=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #387046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387046 is #C78FB9. Grayscale: #5A5A5A. Windows color (decimal): -13078458 or 4616248. OLE color: 4616248.

HSL color Cylindrical-coordinate representation of color #387046: hue angle of 135º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387046 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB5611270-
CMYK0.5000.380.56
HSL135º33.33%32.94%-
HSV(B)135º50%43.92%-
XYZ8.5312.877.83-
YUV90.47116.45103.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=23.53%
G=47.06%
B=29.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112700.5000.380.5613533.3332.94
Hex3870463202638872121
Octal7016010662046702074141
Binary11100011100001000110110010010011011100010000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387046; }

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

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

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

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

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

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

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

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