#378C45

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

Shades of Killarney #378C45

Tints of Killarney #378C45

Color information

#378C45 (or 0x378C45) is unknown color: approx Killarney. HEX triplet: 37, 8C and 45. RGB value is (55,140,69). Sum of RGB (Red+Green+Blue) = 55+140+69=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #378C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378C45 is #C873BA. Grayscale: #6A6A6A. Windows color (decimal): -13136827 or 4557879. OLE color: 4557879.

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

Color convert

RGB5514069-
CMYK0.6100.510.45
HSL129.88º43.59%38.24%-
HSV(B)129.88º60.71%54.9%-
XYZ12.03208.86-
YUV106.49106.8491.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 140 (55.08% from 255) = 53.03%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=20.83%
G=53.03%
B=26.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55140690.6100.510.45129.8843.5938.24
Hex378C453D0332D822c26
Octal6721410575063552025446
Binary110111100011001000101111101011001110110110000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,140,69); }

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

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

 a { background-color: rgb(55,140,69); }

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

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

 span { border-color: rgb(55,140,69); }

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