#378B45

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

Shades of Killarney #378B45

Tints of Killarney #378B45

Color information

#378B45 (or 0x378B45) is unknown color: approx Killarney. HEX triplet: 37, 8B and 45. RGB value is (55,139,69). Sum of RGB (Red+Green+Blue) = 55+139+69=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #378B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378B45 is #C874BA. Grayscale: #6A6A6A. Windows color (decimal): -13137083 or 4557623. OLE color: 4557623.

HSL color Cylindrical-coordinate representation of color #378B45: hue angle of 130º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B45 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB5513969-
CMYK0.6000.500.45
HSL130º43.3%38.04%-
HSV(B)130º60.43%54.51%-
XYZ11.8819.718.81-
YUV105.9107.1791.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=20.91%
G=52.85%
B=26.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55139690.6000.500.4513043.338.04
Hex378B453C0322D822b26
Octal6721310574062552025346
Binary110111100010111000101111100011001010110110000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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