#378245

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

Shades of Killarney #378245

Tints of Killarney #378245

Color information

#378245 (or 0x378245) is unknown color: approx Killarney. HEX triplet: 37, 82 and 45. RGB value is (55,130,69). Sum of RGB (Red+Green+Blue) = 55+130+69=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #378245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378245 is #C87DBA. Grayscale: #646464. Windows color (decimal): -13139387 or 4555319. OLE color: 4555319.

HSL color Cylindrical-coordinate representation of color #378245: hue angle of 131.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378245 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB5513069-
CMYK0.5800.470.49
HSL131.2º40.54%36.27%-
HSV(B)131.2º57.69%50.98%-
XYZ10.6317.218.39-
YUV100.62110.1595.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=21.65%
G=51.18%
B=27.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130690.5800.470.49131.240.5436.27
Hex3782453A02F31832924
Octal6720210572057612035144
Binary110111100000101000101111010010111111000110000011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378245; }

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

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

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

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

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

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

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

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