#387C45

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

Shades of Killarney #387C45

Tints of Killarney #387C45

Color information

#387C45 (or 0x387C45) is unknown color: approx Killarney. HEX triplet: 38, 7C and 45. RGB value is (56,124,69). Sum of RGB (Red+Green+Blue) = 56+124+69=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #387C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C45 is #C783BA. Grayscale: #616161. Windows color (decimal): -13075387 or 4553784. OLE color: 4553784.

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

Color convert

RGB5612469-
CMYK0.5500.440.51
HSL131.47º37.78%35.29%-
HSV(B)131.47º54.84%48.63%-
XYZ9.9115.698.14-
YUV97.4111.9798.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 124 (48.83% from 255) = 49.80%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=22.49%
G=49.80%
B=27.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124690.5500.440.51131.4737.7835.29
Hex387C453702C33832623
Octal7017410567054632034643
Binary11100011111001000101110111010110011001110000011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C45; }

 p { color: rgb(56,124,69); }

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

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

 a { background-color: rgb(56,124,69); }

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

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

 span { border-color: rgb(56,124,69); }

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